Remaps the Srom, adds a bunch of map assets that were used during the skrell arc (#8175)

This commit is contained in:
fernerr
2020-02-10 17:43:54 +01:00
committed by GitHub
parent 23e46e52ff
commit d13a6058ec
45 changed files with 4534 additions and 3894 deletions

View File

@@ -23,4 +23,20 @@
icon_state = "ladder11"
density = 0
anchored = 1
layer = 3
layer = 3
/obj/effect/decal/fake_object/light_source
name = "light source"
icon = 'icons/obj/lighting.dmi'
icon_state = "glowstick-on"
light_power = 1
light_range = 5
light_color = LIGHT_COLOR_HALOGEN
/obj/effect/decal/fake_object/light_source/Initialize()
.=..()
set_light()
/obj/effect/decal/fake_object/light_source/invisible
simulated = 0
invisibility = 101