This commit is contained in:
skull132
2018-04-01 18:13:34 +03:00
parent 03b09ed44f
commit fb5feec40f
11 changed files with 20 additions and 70 deletions
@@ -199,22 +199,7 @@
cube.Expand()
/datum/reagent/water/touch_mob(var/mob/M, var/amount)
if(istype(M) && isliving(M))
var/mob/living/carbon/H = M
if(istype(H) && istajara(H))
H.adjustHalLoss(5)
H.custom_emote(2,"hisses!")
playsound(H.loc, 'sound/voice/cat_scream.ogg', 100, 1, 0)
shake_camera(H,1)
H.visible_message("<span class='warning'>[H] jumps at the water's touch!</span>")
H.make_dizzy(120)
if(isturf(H.loc) && !istype(M.loc, /turf/space) && H.canmove && !H.restrained())
step(H, pick(cardinal))
step(H, pick(cardinal))
step(H, pick(cardinal))
var/mob/living/L = M
var/needed = L.fire_stacks * 10
if(amount > needed)