This commit is contained in:
Guti
2024-09-18 18:12:57 +02:00
parent f4f5476121
commit 06a46a237b
39 changed files with 143 additions and 143 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
else if(istype(I, /obj/item/paper) || istype(I, /obj/item/photo))
if(jobban_isbanned(user, "Graffiti"))
=======
else if(istype(I, /obj/item/weapon/paper) || istype(I, /obj/item/weapon/photo))
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>")