Skip to content

Commit

Permalink
еще больше удаления
Browse files Browse the repository at this point in the history
  • Loading branch information
NightDawnFox committed Oct 15, 2024
1 parent f5f6c2a commit 6a0970d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/modules/mob/living/carbon/human/species/unathi.dm
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@
/mob/living/carbon/human/proc/emote_roar,
/mob/living/carbon/human/proc/emote_threat,
/mob/living/carbon/human/proc/emote_whip,
/mob/living/carbon/human/proc/emote_whip_l,
/mob/living/carbon/human/proc/emote_rumble))
/mob/living/carbon/human/proc/emote_whip_l))
var/datum/action/innate/tail_cut/lash = locate() in H.actions
if(!lash)
lash = new
Expand All @@ -123,8 +122,7 @@
/mob/living/carbon/human/proc/emote_roar,
/mob/living/carbon/human/proc/emote_threat,
/mob/living/carbon/human/proc/emote_whip,
/mob/living/carbon/human/proc/emote_whip_l,
/mob/living/carbon/human/proc/emote_rumble))
/mob/living/carbon/human/proc/emote_whip_l))
var/datum/action/innate/tail_cut/lash = locate() in H.actions
lash?.Remove(H)

Expand Down

0 comments on commit 6a0970d

Please sign in to comment.