mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Job rank and radio channel rework (#8965)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
qdel(src)
|
||||
else if(thing.sharp)
|
||||
|
||||
if(jobban_isbanned(user, "Graffiti"))
|
||||
if(jobban_isbanned(user, JOB_GRAFFITI))
|
||||
to_chat(user, SPAN_WARNING("You are banned from leaving persistent information across rounds."))
|
||||
return
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
dismantle()
|
||||
return
|
||||
else if(istype(I, /obj/item/weapon/paper) || istype(I, /obj/item/weapon/photo))
|
||||
if(jobban_isbanned(user, "Graffiti"))
|
||||
if(jobban_isbanned(user, JOB_GRAFFITI))
|
||||
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