Merge pull request #14084 from Citadel-Station-13/silicons-patch-23

robots don't get tired from swimming
This commit is contained in:
Lin
2021-01-18 20:39:57 -06:00
committed by GitHub
+2 -1
View File
@@ -150,7 +150,8 @@
H.DefaultCombatKnockdown(40) H.DefaultCombatKnockdown(40)
playsound(src, 'sound/effects/woodhit.ogg', 60, TRUE, 1) playsound(src, 'sound/effects/woodhit.ogg', 60, TRUE, 1)
else if(filled) else if(filled)
victim.adjustStaminaLoss(1) if(iscarbon(victim))
victim.adjustStaminaLoss(1)
playsound(src, "water_wade", 20, TRUE) playsound(src, "water_wade", 20, TRUE)
return ..() return ..()