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