mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
428d34980e
* New floors and decalized floor tiles. * satisfy linter * Add command decals, remove old "blue tile" decal * update script number * have ATMs put their decals on last * add engineering decals * update spritesheets * lots of tile coloring fixes * more engi tile fixes * more tile fixes * linters * fixes conflict? * fix layering issue * fix merge conflicts * merge conflict fix? * box bridge fix * holodeck fix, layering fix, chemistry is no longer yellow chemistry is intended to be a 'light orange' to be placed atop white tiles, just as medical decals are to command decals * rebuild tgui * merge master into floorening * Update 30511_turfdecalsfix.txt * merge master into floorening * rebuild tgui * holodeck fix, null plating fix * Delete 30511_turfdecalsfix.txt * updatepaths * rebuild tgui * null icon fix * Update meatpackers.dmm --------- Co-authored-by: Alexios <skillpointHD@Gmail.com> Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
231 lines
5.0 KiB
Plaintext
231 lines
5.0 KiB
Plaintext
/obj/effect/turf_decal/stripes
|
|
icon_state = "warn_full"
|
|
|
|
/obj/effect/turf_decal/stripes/line
|
|
icon_state = "warningline"
|
|
|
|
/obj/effect/turf_decal/stripes/end
|
|
icon_state = "warn_end"
|
|
|
|
/obj/effect/turf_decal/stripes/corner
|
|
icon_state = "warninglinecorner"
|
|
|
|
/obj/effect/turf_decal/stripes/box
|
|
icon_state = "warn_box"
|
|
|
|
/obj/effect/turf_decal/stripes/asteroid
|
|
icon_state = "ast_warn_full"
|
|
|
|
/obj/effect/turf_decal/stripes/asteroid/line
|
|
icon_state = "ast_warn"
|
|
|
|
/obj/effect/turf_decal/stripes/asteroid/end
|
|
icon_state = "ast_warn_end"
|
|
|
|
/obj/effect/turf_decal/stripes/asteroid/corner
|
|
icon_state = "ast_warn_corner"
|
|
|
|
/obj/effect/turf_decal/stripes/asteroid/box
|
|
icon_state = "ast_warn_box"
|
|
|
|
/obj/effect/turf_decal/stripes/white
|
|
icon_state = "warn_full_white"
|
|
|
|
/obj/effect/turf_decal/stripes/white/line
|
|
icon_state = "warningline_white"
|
|
|
|
/obj/effect/turf_decal/stripes/white/end
|
|
icon_state = "warn_end_white"
|
|
|
|
/obj/effect/turf_decal/stripes/white/corner
|
|
icon_state = "warninglinecorner_white"
|
|
|
|
/obj/effect/turf_decal/stripes/white/box
|
|
icon_state = "warn_box_white"
|
|
|
|
/obj/effect/turf_decal/stripes/red
|
|
icon_state = "warn_full_red"
|
|
|
|
/obj/effect/turf_decal/stripes/red/line
|
|
icon_state = "warningline_red"
|
|
|
|
/obj/effect/turf_decal/stripes/red/end
|
|
icon_state = "warn_end_red"
|
|
|
|
/obj/effect/turf_decal/stripes/red/corner
|
|
icon_state = "warninglinecorner_red"
|
|
|
|
/obj/effect/turf_decal/stripes/red/box
|
|
icon_state = "warn_box_red"
|
|
|
|
/obj/effect/turf_decal/delivery
|
|
icon_state = "delivery"
|
|
|
|
/obj/effect/turf_decal/delivery/partial
|
|
icon_state = "3"
|
|
|
|
/obj/effect/turf_decal/delivery/hollow
|
|
icon_state = "bot"
|
|
|
|
/obj/effect/turf_decal/delivery/hollow/right
|
|
icon_state = "bot_right"
|
|
|
|
/obj/effect/turf_decal/delivery/hollow/left
|
|
icon_state = "bot_left"
|
|
|
|
/obj/effect/turf_decal/delivery/white
|
|
icon_state = "delivery_white"
|
|
|
|
/obj/effect/turf_decal/delivery/white/partial
|
|
icon_state = "13"
|
|
|
|
/obj/effect/turf_decal/delivery/white/hollow
|
|
icon_state = "15"
|
|
|
|
/obj/effect/turf_decal/delivery/white/hollow/right
|
|
icon_state = "bot_right_white"
|
|
|
|
/obj/effect/turf_decal/delivery/white/hollow/left
|
|
icon_state = "bot_left_white"
|
|
|
|
/obj/effect/turf_decal/delivery/red
|
|
icon_state = "delivery_red"
|
|
|
|
/obj/effect/turf_decal/delivery/red/partial
|
|
icon_state = "7"
|
|
|
|
/obj/effect/turf_decal/delivery/red/hollow
|
|
icon_state = "bot_red"
|
|
|
|
/obj/effect/turf_decal/delivery/red/hollow/right
|
|
icon_state = "bot_right_red"
|
|
|
|
/obj/effect/turf_decal/delivery/red/hollow/left
|
|
icon_state = "bot_left_red"
|
|
|
|
/obj/effect/turf_decal/delivery/green
|
|
icon_state = "11"
|
|
|
|
/obj/effect/turf_decal/delivery/green/partial
|
|
icon_state = "10"
|
|
|
|
/obj/effect/turf_decal/delivery/green/hollow
|
|
icon_state = "12"
|
|
|
|
/obj/effect/turf_decal/delivery/blue
|
|
icon_state = "17"
|
|
|
|
/obj/effect/turf_decal/delivery/blue/partial
|
|
icon_state = "16"
|
|
|
|
/obj/effect/turf_decal/delivery/blue/hollow
|
|
icon_state = "18"
|
|
|
|
/obj/effect/turf_decal/loading_area
|
|
icon_state = "loadingarea"
|
|
|
|
/obj/effect/turf_decal/loading_area/white
|
|
icon_state = "loadingarea_white"
|
|
|
|
/obj/effect/turf_decal/loading_area/red
|
|
icon_state = "loadingarea_red"
|
|
|
|
/obj/effect/turf_decal/caution
|
|
icon_state = "caution"
|
|
|
|
/obj/effect/turf_decal/caution/white
|
|
icon_state = "caution_white"
|
|
|
|
/obj/effect/turf_decal/caution/red
|
|
icon_state = "caution_red"
|
|
|
|
/obj/effect/turf_decal/caution/stand_clear
|
|
icon_state = "stand_clear"
|
|
|
|
/obj/effect/turf_decal/caution/stand_clear/white
|
|
icon_state = "stand_clear_white"
|
|
|
|
/obj/effect/turf_decal/caution/stand_clear/red
|
|
icon_state = "stand_clear_red"
|
|
|
|
/obj/effect/turf_decal/arrows
|
|
icon_state = "arrows"
|
|
|
|
/obj/effect/turf_decal/arrows/white
|
|
icon_state = "arrows_white"
|
|
|
|
/obj/effect/turf_decal/arrows/red
|
|
icon_state = "arrows_red"
|
|
|
|
/obj/effect/turf_decal/arrows/black
|
|
icon_state = "4"
|
|
|
|
/obj/effect/turf_decal/box
|
|
icon_state = "box"
|
|
|
|
/obj/effect/turf_decal/box/corners
|
|
icon_state = "box_corners"
|
|
|
|
/obj/effect/turf_decal/box/white
|
|
icon_state = "box_white"
|
|
|
|
/obj/effect/turf_decal/box/white/corners
|
|
icon_state = "box_corners_white"
|
|
|
|
/obj/effect/turf_decal/box/red
|
|
icon_state = "box_red"
|
|
|
|
/obj/effect/turf_decal/box/red/corners
|
|
icon_state = "box_corners_red"
|
|
|
|
/obj/effect/turf_decal/woodsiding
|
|
icon_state = "woodsidingline"
|
|
|
|
/obj/effect/turf_decal/woodsiding/end
|
|
icon_state = "woodsiding_end"
|
|
|
|
/obj/effect/turf_decal/woodsiding/box
|
|
icon_state = "woodsiding_box"
|
|
|
|
/obj/effect/turf_decal/siding
|
|
icon_state = "sidingline"
|
|
|
|
/obj/effect/turf_decal/siding/end
|
|
icon_state = "siding_end"
|
|
|
|
/obj/effect/turf_decal/siding/box
|
|
icon_state = "siding_box"
|
|
|
|
/obj/effect/turf_decal/raven/one
|
|
icon_state = "RAVEN1"
|
|
|
|
/obj/effect/turf_decal/raven/two
|
|
icon_state = "RAVEN2"
|
|
|
|
/obj/effect/turf_decal/raven/three
|
|
icon_state = "RAVEN3"
|
|
|
|
/obj/effect/turf_decal/raven/four
|
|
icon_state = "RAVEN4"
|
|
|
|
/obj/effect/turf_decal/raven/five
|
|
icon_state = "RAVEN5"
|
|
|
|
/obj/effect/turf_decal/raven/six
|
|
icon_state = "RAVEN6"
|
|
|
|
/obj/effect/turf_decal/raven/seven
|
|
icon_state = "RAVEN7"
|
|
|
|
/obj/effect/turf_decal/raven/eight
|
|
icon_state = "RAVEN8"
|
|
|
|
/obj/effect/turf_decal/raven/nine
|
|
icon_state = "RAVEN9"
|
|
|
|
/obj/effect/turf_decal/yellow_siding
|
|
icon_state = "yellowsiding"
|
|
|
|
/obj/effect/turf_decal/yellow_siding/corner
|
|
icon_state = "yellowcornersiding"
|