Merge pull request #14557 from Buggy123/patch-1

Graffiti no longer explicitly stated to be drawn with crayons.
This commit is contained in:
duncathan salt
2016-01-14 17:04:02 -06:00
+4 -3
View File
@@ -1,6 +1,6 @@
/obj/effect/decal/cleanable/crayon
name = "rune"
desc = "A rune drawn in crayon."
desc = "Graffiti. Damn kids."
icon = 'icons/effects/crayondecal.dmi'
icon_state = "rune1"
layer = 2.1
@@ -17,7 +17,7 @@
loc = location
name = e_name
desc = "A [name] drawn in crayon."
desc = "A [name] vandalizing the station."
if(type == "poseur tag")
type = pick(gang_name_pool)
icon_state = type
@@ -29,6 +29,7 @@
color = main
/obj/effect/decal/cleanable/crayon/gang
layer = 3.6 //Harder to hide
do_icon_rotate = FALSE //These are designed to always face south, so no rotation please.
@@ -55,4 +56,4 @@
gang.territory -= territory.type
gang.territory_new -= territory.type
gang.territory_lost |= list(territory.type = territory.name)
return ..()
return ..()