Update slaughter.dm
This commit is contained in:
@@ -84,8 +84,8 @@
|
|||||||
if(slam_cooldown + slam_cooldown_time > world.time)
|
if(slam_cooldown + slam_cooldown_time > world.time)
|
||||||
to_chat(src, "<span class='warning'>Your slam ability is still on cooldown!</span>")
|
to_chat(src, "<span class='warning'>Your slam ability is still on cooldown!</span>")
|
||||||
return
|
return
|
||||||
if(src.loc && !isopenturf(loc))
|
if(!isopenturf(loc))
|
||||||
to_chat(src, "<span class='warning'>You can't do that while still in blood!")
|
to_chat(src, "<span class='warning'>You need to be on open flooring to do that!")
|
||||||
return
|
return
|
||||||
|
|
||||||
face_atom(A)
|
face_atom(A)
|
||||||
|
|||||||
Reference in New Issue
Block a user