mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user