Shoving nerds into lockers (#20160)

* Adds locker shove impacts

* Feedback

* we do a little testing

* fuck
This commit is contained in:
Luc
2023-01-19 14:48:14 -05:00
committed by GitHub
parent eae1af4c15
commit a45f33c313
3 changed files with 22 additions and 0 deletions
+4
View File
@@ -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