This commit is contained in:
Guti
2024-09-18 18:33:15 +02:00
parent 06a46a237b
commit a3c7599065
19 changed files with 2 additions and 146 deletions
-5
View File
@@ -82,13 +82,8 @@
visible_message("<span class='danger'>[user] has dismantled [src]!</span>")
dismantle()
return
<<<<<<< HEAD
else if(istype(I, /obj/item/paper) || istype(I, /obj/item/photo))
if(jobban_isbanned(user, "Graffiti"))
=======
else if(istype(I, /obj/item/paper) || istype(I, /obj/item/photo))
if(jobban_isbanned(user, JOB_GRAFFITI))
>>>>>>> master
to_chat(user, "<span class='warning'>You are banned from leaving persistent information across rounds.</span>")
else
if(LAZYLEN(notices) < max_notices && user.unEquip(I, src))