A couple toilet tweaks and fixes (#6983)

This commit is contained in:
Verkister
2023-09-18 17:43:20 +02:00
committed by GitHub
parent 7796ec339d
commit e2db548b9b
3 changed files with 53 additions and 25 deletions
+3 -3
View File
@@ -95,8 +95,8 @@
name = "prison toilet"
icon_state = "toilet2"
/obj/structure/toilet/prison/attack_hand(mob/living/user)
return
//obj/structure/toilet/prison/attack_hand(mob/living/user) //CHOMPEdit
// return
/obj/structure/toilet/prison/attackby(obj/item/I, mob/living/user)
if(istype(I, /obj/item/weapon/grab))
@@ -123,7 +123,7 @@
GM.adjustBruteLoss(5)
else
to_chat(user, "<span class='notice'>You need a tighter grip.</span>")
/obj/structure/urinal
name = "urinal"