ported fat naga tails

from Vorestation: https://github.com/VOREStation/VOREStation/pull/14745
This commit is contained in:
GDLW
2023-05-22 13:27:52 +02:00
parent 37e95514d8
commit 90fcd7f921
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
var/mob/living/carbon/human/H = LM
var/feetCover = (H.wear_suit && (H.wear_suit.body_parts_covered & FEET)) || (H.w_uniform && (H.w_uniform.body_parts_covered & FEET))
if (H.dna.features["taur"] == "Naga" || H.dna.features["taur"] == "Tentacle") //are we a naga or tentacle taur creature
if (H.dna.features["taur"] == "Naga" || H.dna.features["taur"] == "Tentacle" || H.dna.features["taur"] == "Fat Naga") //are we a naga or tentacle taur creature
playsound(T, 'sound/effects/footstep/crawl1.ogg', 15 * v)
return