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