-
Notifications
You must be signed in to change notification settings - Fork 520
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Establishes the Halloween Event File * Includes the dm * wooohooo * Fixes some stuff * Removes the dmm from the dme * Fixes Spawning * Finishing Touches I think * Additional changes * map fix * Wood/Floor fixes * fixes major map corruption * wtf is happening to the map bro * ugh. * Changes all windows and stuff * guh * Decal/Background Corrections * Update aurorastation.dme Co-authored-by: SleepyGemmy <[email protected]> * fixes some issues from feedback * Revert "Merge remote-tracking branch 'origin/HalloweenEvent' into HalloweenEvent" This reverts commit 2fca262, reversing changes made to fc0c993. * Adds Disposals * Emergency decal correction --------- Co-authored-by: SleepyGemmy <[email protected]>
- Loading branch information
1 parent
aa2e5e3
commit 641c1b0
Showing
6 changed files
with
29,535 additions
and
1 deletion.
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
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,29 @@ | ||
/datum/map/event/halloween | ||
name = "Skyscraper" | ||
full_name = "Xanu Skyscraper Rooftops" | ||
path = "event/halloween" | ||
lobby_icons = list('icons/misc/titlescreens/sccv_horizon/sccv_horizon.dmi') | ||
lobby_transitions = FALSE | ||
allowed_jobs = list(/datum/job/visitor) | ||
force_spawnpoint = TRUE | ||
|
||
station_levels = list(1) | ||
admin_levels = list() | ||
contact_levels = list(1) | ||
player_levels = list(1) | ||
accessible_z_levels = list(1) | ||
|
||
station_name = "The Infinity Reach Towers Top Floor" | ||
station_short = "Infinity Reach" | ||
dock_name = "Top Floor" | ||
dock_short = "Rooftop" | ||
boss_name = "Central Command" | ||
boss_short = "CentCom" | ||
company_name = "Stellar Corporate Conglomerate" | ||
company_short = "SCC" | ||
|
||
use_overmap = FALSE | ||
|
||
allowed_spawns = list("Living Quarters Lift") | ||
spawn_types = list(/datum/spawnpoint/living_quarters_lift) | ||
default_spawn = "Living Quarters Lift" |
Oops, something went wrong.