Spaghetti Parallax Framework

This commit is contained in:
Dahlular
2021-04-19 10:42:13 -06:00
parent 6c8a4cb9e0
commit ba903783e2
4 changed files with 66 additions and 10 deletions
+17 -6
View File
@@ -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