Merge pull request #4455 from Woodratt/12242017_SCadditions_WR

SC Stupid Sized Map Update
This commit is contained in:
Anewbe
2017-12-26 13:16:46 -05:00
committed by GitHub
35 changed files with 1523 additions and 1029 deletions

View File

@@ -15,6 +15,7 @@ var/list/department_radio_keys = list(
":u" = "Supply", ".u" = "Supply",
":v" = "Service", ".v" = "Service",
":p" = "AI Private", ".p" = "AI Private",
":y" = "Explorer", ".y" = "Explorer",
":R" = "right ear", ".R" = "right ear",
":L" = "left ear", ".L" = "left ear",
@@ -31,6 +32,7 @@ var/list/department_radio_keys = list(
":U" = "Supply", ".U" = "Supply",
":V" = "Service", ".V" = "Service",
":P" = "AI Private", ".P" = "AI Private",
":Y" = "Explorer", ".Y" = "Explorer",
//kinda localization -- rastaf0
//same keys as above, but on russian keyboard layout. This file uses cp1251 as encoding.

View File

@@ -245,6 +245,7 @@ var/obj/machinery/blackbox_recorder/blackbox
var/list/msg_raider = list()
var/list/msg_cargo = list()
var/list/msg_service = list()
var/list/msg_explorer = list()
var/list/datum/feedback_variable/feedback = new()

View File

@@ -69,6 +69,7 @@
interpreter.SetVar("$engineering",ENG_FREQ)
interpreter.SetVar("$security", SEC_FREQ)
interpreter.SetVar("$supply", SUP_FREQ)
interpreter.SetVar("$explorer", EXP_FREQ)
// Signal data