Skip to content

Commit

Permalink
REMINDER THERES A BUG WHERE NORUIN PLANETS NO WETH
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Jan 3, 2024
1 parent 7f70165 commit c0af4d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions code/__DEFINES/ruins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#define RUINTYPE_WASTE "Waste"
#define RUINTYPE_YELLOW "Yellow"

#define RUINTYPE_NA "Nothing" //to get around an issue where ruinless planets weather break

/// do not actually use this for your ruin type, this is for the ruintype_to_list proc
#define RUINTYPE_EVERYTHING "Everything"

Expand Down
4 changes: 2 additions & 2 deletions code/datums/mapgen/planetary/moon_generator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@

feature_spawn_chance = 1
feature_spawn_list = list(
/obj/effect/spawner/lootdrop/greeble/random_ruin_greeble,
/obj/effect/spawner/lootdrop/greeble/random_ruin_greeble
)

/datum/biome/rocky
open_turf_types = list(/turf/open/floor/plating/asteroid/moon_coarse/lit/surface_craters = 1)

feature_spawn_chance = 0.5
feature_spawn_list = list(
/obj/effect/spawner/lootdrop/greeble/random_ruin_greeble,
/obj/effect/spawner/lootdrop/greeble/random_ruin_greeble
)

/datum/biome/cave/moon
Expand Down
1 change: 1 addition & 0 deletions code/game/turfs/open/floor/plating/shrouded.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/turf/open/floor/plating/asteroid/shrouded
name = "packed sand"
desc = "Sand that has been packed into solid earth."
icon = 'icons/turf/planetary/shrouded.dmi'
icon_state = "shrouded0"
base_icon_state = "shrouded"
floor_variance = 20
Expand Down

0 comments on commit c0af4d0

Please sign in to comment.