mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-25 14:06:15 +01:00
Spaghetti Parallax Framework
This commit is contained in:
@@ -117,11 +117,22 @@
|
||||
set_target(T)
|
||||
|
||||
/turf/open/chasm/cloud
|
||||
name = "clouds"
|
||||
gender = PLURAL
|
||||
name = "hazy clouds"
|
||||
desc = "Clouds as far as the eye can see... Or is it just fog? Best not fall into it."
|
||||
icon = 'icons/turf/floors/cloud_chasm.dmi'
|
||||
desc = "Clouds as far as the eye can see... Watch your step."
|
||||
icon = 'icons/turf/space.dmi'
|
||||
icon_state = "0"
|
||||
plane = PLANE_SPACE
|
||||
tiled_dirt = FALSE
|
||||
baseturfs = /turf/open/chasm/cloud
|
||||
//light_range = 5
|
||||
//light_power = 0.45
|
||||
//light_color = LIGHT_COLOR_WHITE
|
||||
smooth = SMOOTH_FALSE
|
||||
|
||||
/turf/open/chasm/cloud/Initialize()
|
||||
. = ..()
|
||||
icon_state = SPACE_ICON_STATE
|
||||
|
||||
/turf/open/chasm/cloud/get_smooth_underlay_icon(mutable_appearance/underlay_appearance, turf/asking_turf, adjacency_dir)
|
||||
underlay_appearance.icon = 'icons/turf/space.dmi'
|
||||
underlay_appearance.icon_state = SPACE_ICON_STATE
|
||||
underlay_appearance.plane = PLANE_SPACE
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user