mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
Anomalous Valley Of Tyr (#9039)
Co-authored-by: Kashargul <KashL@t-online.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
Kashargul
parent
ee20b5cb1b
commit
9200a2ee9b
@@ -0,0 +1,28 @@
|
||||
/turf/simulated/shuttle/wall/alien/orange
|
||||
icon = 'modular_chomp/icons/turf/alien.dmi'
|
||||
icon_state = "alien"
|
||||
base_state = "alien"
|
||||
light_range = 3
|
||||
light_power = 0.75
|
||||
light_color = "#FF3300" // Orangeish?
|
||||
light_on = TRUE
|
||||
|
||||
/turf/simulated/shuttle/wall/alien/orange/Initialize()
|
||||
. = ..()
|
||||
update_light()
|
||||
|
||||
/turf/simulated/shuttle/wall/alien/orange/hard_corner
|
||||
name = "hardcorner wall"
|
||||
icon_state = "alien-hc"
|
||||
hard_corner = 1
|
||||
|
||||
/turf/simulated/shuttle/wall/alien/orange/no_join
|
||||
name = "nojoin wall"
|
||||
icon_state = "alien-nj"
|
||||
join_group = null
|
||||
|
||||
/turf/simulated/wall/quartz
|
||||
icon_state = "hull-r_titanium"
|
||||
|
||||
/turf/simulated/wall/quartz/Initialize(mapload)
|
||||
. = ..(mapload, MAT_QUARTZ, MAT_QUARTZ, MAT_QUARTZ)
|
||||
Reference in New Issue
Block a user