mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Adds very common (3+) crayon prefabs for maps (#82072)
## About The Pull Request Adds a bunch of crayon prefabs for the maps. ## Why It's Good For The Game Reduces 45 map Var edits, and completely removes some Var edits.
This commit is contained in:
@@ -41,3 +41,29 @@
|
||||
cost *= 0.5
|
||||
spraycan.use_charges(user, cost, requires_full = FALSE)
|
||||
return DONT_USE_SPRAYCAN_CHARGES
|
||||
|
||||
///Common crayon decals in map.
|
||||
/obj/effect/decal/cleanable/crayon/rune4
|
||||
icon_state = "rune4"
|
||||
paint_colour = COLOR_CRAYON_RED
|
||||
|
||||
/obj/effect/decal/cleanable/crayon/rune2
|
||||
icon_state = "rune2"
|
||||
|
||||
/obj/effect/decal/cleanable/crayon/x
|
||||
icon_state = "x"
|
||||
name = "graffiti"
|
||||
paint_colour = COLOR_CRAYON_ORANGE
|
||||
|
||||
/obj/effect/decal/cleanable/crayon/l
|
||||
icon_state = "l"
|
||||
|
||||
/obj/effect/decal/cleanable/crayon/i
|
||||
icon_state = "i"
|
||||
|
||||
/obj/effect/decal/cleanable/crayon/e
|
||||
icon_state = "e"
|
||||
|
||||
/obj/effect/decal/cleanable/crayon/i/orange
|
||||
name = "graffiti"
|
||||
paint_colour = COLOR_CRAYON_ORANGE
|
||||
|
||||
Reference in New Issue
Block a user