Merge branch 'winterball2021' of github.com:keronshb/Citadel-Station-13 into winterball

This commit is contained in:
Linzolle
2021-11-26 18:46:57 -07:00
50 changed files with 124894 additions and 1 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"