Merge branch 'winterball2021' of github.com:keronshb/Citadel-Station-13 into winterball
This commit is contained in:
@@ -0,0 +1 @@
|
||||
#define FORCE_MAP "_maps/FestiveStation.json"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user