Skip to content

Commit

Permalink
decal painter fuckery
Browse files Browse the repository at this point in the history
  • Loading branch information
SirNightKnight committed Dec 15, 2024
1 parent f1206bf commit 3239121
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/game/objects/items/airlock_painter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -188,31 +188,31 @@
)
/// List of decal options as list(user-friendly label, icon state base value to return)
var/decal_list = list(
list("Warning Line", "warningline"),
list("Warning Line", "warn_end"), //test
list("Warning Line Corner", "warninglinecorner"),
list("Warning Line End", "warn_end"),
list("Warning Line Box", "warn_box"),
list("Caution Label", "caution"),
list("Directional Arrows", "arrows"),
list("Stand Clear Label", "stand_clear"),
list("Loading Area", "loadingarea"),
list("Box Corner", "box_corners"),
list("Warning Line Box", "warn_box"),
list("Bot", "bot"),
list("Box", "box"),
list("Bot Right", "bot_right"),
list("Bot Left", "bot_left"),
list("Bot Left", "bot_right"),
list("Box Corner", "box_corners"),
list("Delivery Marker", "delivery"),
list("Warning Box", "warn_full"),
)
// These decals only have a south sprite.
var/nondirectional_decals = list(
"warn_box",
"bot",
"box",
"bot_right",
"bot_left",
"delivery",
"warn_full",
"warn_box",
"bot_left",
"bot_right",
)

/obj/item/airlock_painter/decal/Initialize(mapload)
Expand Down

0 comments on commit 3239121

Please sign in to comment.