Skip to content

Commit

Permalink
Artist 1984 (#1608)
Browse files Browse the repository at this point in the history
1984

even more 1984
  • Loading branch information
TheBronJameOffical authored Nov 7, 2023
1 parent c82bf98 commit 8a814bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/datums/quirks/neutral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@

/datum/quirk/artist/on_spawn()
var/mob/living/carbon/human/H = quirk_holder
var/list/banned = list("rcorp", "wcorp", "city")
if(SSmaptype.maptype in banned)
to_chat(H, "<span class='warning'>There was no time to grab your art supplies!</span>")
return
var/obj/item/storage/toolbox/artistic/art = new(get_turf(H))
H.put_in_hands(art)

Expand Down

0 comments on commit 8a814bb

Please sign in to comment.