Merge pull request #15386 from keronshb/winterball2021

FestiveMap (Winter Ball 2021)
This commit is contained in:
Lin
2021-11-27 23:44:51 +00:00
committed by GitHub
50 changed files with 124584 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
#define FORCE_MAP "_maps/FestiveStation.json"
+11
View File
@@ -0,0 +1,11 @@
{
"map_name": "FestiveStation",
"map_path": "map_files/FestiveBall",
"map_file": "FestiveStation.dmm",
"shuttles": {
"cargo": "cargo_box",
"ferry": "ferry_fancy",
"whiteship": "whiteship_box",
"emergency": "emergency_box"
}
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,10 @@
// This will let me avoid having to edit all of these variables in every instance, while also avoiding var-editing.
/obj/machinery/button/door/dorms
name = "Dorm 1 Lock"
normaldoorcontrol = 1
id = "dorm01"
specialfunctions = 4
/obj/machinery/door/airlock/wood/dorms
name = "Dorm 1"
id_tag = "dorm01"