mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
stuff
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user