Skip to content

Commit

Permalink
planetary-ruins-mega-pack
Browse files Browse the repository at this point in the history
-Added factory ruin
-Added 2 generic ruins
-Added a scary house ruin

Modifications.

-Changed the name of the scary house to actually fit
-Modified factory.dmm

Tiny Things

-Added emergency shutters to the factory.
-Changed names

Factory Tweak

-Factory was too boring so i modified it a lil.
-STILL WIP!

Yes

-Changed the factory

Factiry

-aaaa

Pipe O Death

-Removed a pipe that was fucking up atmos!

The direction of the pipes is a conundrum

-Sry egor

Ah!

-Fixer upper too many damn commits!

fac

sss
  • Loading branch information
Bam40002 committed Feb 14, 2024
1 parent dfe6851 commit e4a5801
Show file tree
Hide file tree
Showing 9 changed files with 4,942 additions and 0 deletions.
4 changes: 4 additions & 0 deletions baystation12.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3450,7 +3450,10 @@
#include "maps\random_ruins\exoplanet_ruins\datacapsule\datacapsule.dm"
#include "maps\random_ruins\exoplanet_ruins\deserted_lab\deserted_lab.dm"
#include "maps\random_ruins\exoplanet_ruins\drill_site\drill_site.dm"
#include "maps\random_ruins\exoplanet_ruins\factory\factory.dm"
#include "maps\random_ruins\exoplanet_ruins\fountain\fountain_ruin.dm"
#include "maps\random_ruins\exoplanet_ruins\generic1\generic1.dm"
#include "maps\random_ruins\exoplanet_ruins\generic2\generic2.dm"
#include "maps\random_ruins\exoplanet_ruins\hut\hut.dm"
#include "maps\random_ruins\exoplanet_ruins\hydrobase\hydrobase.dm"
#include "maps\random_ruins\exoplanet_ruins\icarus\icarus.dm"
Expand All @@ -3466,6 +3469,7 @@
#include "maps\random_ruins\exoplanet_ruins\playablecolony2\playablecolony2.dm"
#include "maps\random_ruins\exoplanet_ruins\playablecolony_rebel\rebel_colony.dm"
#include "maps\random_ruins\exoplanet_ruins\radshrine\radshrine.dm"
#include "maps\random_ruins\exoplanet_ruins\scary_house\scary_house.dm"
#include "maps\random_ruins\exoplanet_ruins\spider_nest\spider_nest.dm"
#include "maps\random_ruins\exoplanet_ruins\tar_anomaly\tar_anomaly.dm"
#include "maps\random_ruins\space_ruins\space_ruins.dm"
Expand Down
24 changes: 24 additions & 0 deletions maps/random_ruins/exoplanet_ruins/factory/factory.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/datum/map_template/ruin/exoplanet/factory
name = "Factory"
id = "factory"
description = "A factory."
suffixes = list("factory/factory.dmm")
spawn_cost = 1
template_flags = TEMPLATE_FLAG_CLEAR_CONTENTS|TEMPLATE_FLAG_NO_RUINS
ruin_tags = RUIN_HUMAN
apc_test_exempt_areas = list(
/area/map_template/factory = NO_SCRUBBER|NO_VENT|NO_APC
)

// Area //
/area/map_template/factory
name = "\improper Factory"

/area/map_template/factory/entrance
name = "\improper Factory Entrance/Breakroom"

/area/map_template/factory/office
name = "\improper Factory Office"

/area/map_template/factory/breakroom
name = "\improper Factory Atmospherics"
Loading

0 comments on commit e4a5801

Please sign in to comment.