-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-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
Showing
9 changed files
with
4,942 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.