Merge pull request #11753 from KathrinBailey/Small-&-Snug-Changes
They put me in a padded cell for spriting and porting.
This commit is contained in:
@@ -0,0 +1,119 @@
|
||||
// Full credit goes to VG station for these assets. https://github.com/vgstation-coders/vgstation13
|
||||
// All items in this .dm and the associated .dmi were made by VG station and all credit should go to them.
|
||||
|
||||
// -<| IMPORTANT MAPPER NOTE |>-
|
||||
// Change the 'color' variable on any white sprite to simply recolour it!
|
||||
|
||||
/obj/effect/turf_decal/vg_decals
|
||||
icon = 'icons/turf/vgstation_decals.dmi'
|
||||
icon_state = "no"
|
||||
|
||||
// NUMBERS START
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers
|
||||
icon_state = "no"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers/one
|
||||
icon_state = "1"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers/two
|
||||
icon_state = "2"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers/three
|
||||
icon_state = "3"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers/four
|
||||
icon_state = "4"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers/five
|
||||
icon_state = "5"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers/six
|
||||
icon_state = "6"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers/seven
|
||||
icon_state = "7"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers/eight
|
||||
icon_state = "8"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers/nine
|
||||
icon_state = "9"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/numbers/zero
|
||||
icon_state = "0"
|
||||
|
||||
// NUMBERS END
|
||||
|
||||
// ATMOS START
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/atmos
|
||||
icon_state = "no"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/atmos/oxygen
|
||||
icon_state = "oxygen"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/atmos/carbon_dioxide
|
||||
icon_state = "carbon_dioxide"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/atmos/nitrogen
|
||||
icon_state = "nitrogen"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/atmos/air
|
||||
icon_state = "air"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/atmos/nitrous_oxide
|
||||
icon_state = "nitrous_oxide"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/atmos/plasma
|
||||
icon_state = "plasma"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/atmos/mix
|
||||
icon_state = "mix"
|
||||
|
||||
// ATMOS END
|
||||
|
||||
// DEPARTMENT START
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/department/hop
|
||||
icon_state = "hop"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/department/bar
|
||||
icon_state = "bar"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/department/cargo
|
||||
icon_state = "cargo"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/department/med
|
||||
icon_state = "med"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/department/sci
|
||||
icon_state = "sci"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/department/sec
|
||||
icon_state = "sec"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/department/mining
|
||||
icon_state = "mine"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/department/zoo
|
||||
icon_state = "zoo"
|
||||
|
||||
// DEPARTMENT END
|
||||
|
||||
// MISC START
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/no
|
||||
icon = 'icons/turf/vgstation_decals.dmi'
|
||||
icon_state = "no"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/radiation_huge
|
||||
icon_state = "radiation_huge"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/radiation
|
||||
icon_state = "radiation"
|
||||
|
||||
/obj/effect/turf_decal/vg_decals/radiation_custom
|
||||
icon_state = "radiation-w"
|
||||
|
||||
// MISC END
|
||||
Reference in New Issue
Block a user