mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
The Great Unstationing (#20269)
Replaces many references of station with SSatlas variables using station_name(). Touches alot of things in the process (mostly moving some aspects to New() to allow for calling of proc/variable.) --------- Signed-off-by: Ben <91219575+Ben10083@users.noreply.github.com> Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com> Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
@@ -70,6 +70,10 @@
|
||||
desc_antag = "An encryption key that allows you to intercept comms and speak on private non-station channels. Use :t to access the private channel."
|
||||
syndie = TRUE
|
||||
|
||||
/obj/item/device/encryptionkey/syndicate/New()
|
||||
..()
|
||||
desc_antag = "An encryption key that allows you to intercept comms and speak on private non-[station_name(TRUE)] channels. Use :t to access the private channel."
|
||||
|
||||
/obj/item/device/encryptionkey/raider
|
||||
icon_state = "cypherkey"
|
||||
additional_channels = list(CHANNEL_RAIDER = TRUE, CHANNEL_HAILING = TRUE)
|
||||
@@ -230,6 +234,10 @@
|
||||
origin_tech = list(TECH_ILLEGAL = 2)
|
||||
desc_antag = "An encryption key that allows you to speak on private non-station channels. Use :x to access the private channel."
|
||||
|
||||
/obj/item/device/encryptionkey/rev/New()
|
||||
..()
|
||||
desc_antag = "An encryption key that allows you to intercept comms and speak on private non-[station_name(TRUE)] channels. Use :t to access the private channel."
|
||||
|
||||
/obj/item/device/encryptionkey/eng_spare
|
||||
name = "spare engineering radio encryption key"
|
||||
additional_channels = list(CHANNEL_ENGINEERING = TRUE)
|
||||
|
||||
@@ -350,7 +350,7 @@
|
||||
// Chainsaws!
|
||||
/obj/item/material/twohanded/chainsaw
|
||||
name = "chainsaw"
|
||||
desc = "A robust tree-cutting chainsaw intended to cut down various types of invasive spaceplants that grow on the station."
|
||||
desc = "A robust tree-cutting chainsaw intended to cut down various types of invasive spaceplants that grow on stations."
|
||||
icon_state = "chainsaw_off"
|
||||
base_icon = "chainsaw_off"
|
||||
obj_flags = OBJ_FLAG_CONDUCTABLE
|
||||
|
||||
Reference in New Issue
Block a user