This commit is contained in:
Chloe Carver-Brown
2021-05-20 10:34:18 +01:00
parent d978adc7d2
commit 8872b20c42
19 changed files with 1063 additions and 29 deletions
@@ -142,3 +142,19 @@ Slimecrossing Armor
return TRUE
else
return FALSE
/obj/structure/light_prism/spectral
name = "spectral light prism"
desc = "You could barely see this, huh!"
icon = 'icons/obj/slimecrossing.dmi'
icon_state = ""
density = FALSE
anchored = TRUE
max_integrity = 10
var/newcolor = "#ff66ff"
/obj/structure/light_prism/Initialize(mapload, var/newcolor)
. = ..()
color = newcolor
light_color = newcolor
set_light(5)