Update slaughter.dm

This commit is contained in:
silicons
2021-05-28 05:51:21 -07:00
committed by GitHub
parent 396bd8d302
commit caa2dbeefd

View File

@@ -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)