mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
Shoving nerds into lockers (#20160)
* Adds locker shove impacts * Feedback * we do a little testing * fuck
This commit is contained in:
@@ -75,3 +75,7 @@
|
||||
if(loc && (isturf(loc) || istype(loc, /obj/structure/morgue) || istype(loc, /obj/structure/crematorium)))
|
||||
if(!open())
|
||||
to_chat(user, "<span class='notice'>It won't budge!</span>")
|
||||
|
||||
/obj/structure/closet/body_bag/shove_impact(mob/living/target, mob/living/attacker)
|
||||
// no, you can't shove people into a body bag
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user