mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
Balance fixes and bugfixes
- Adjusts some of the contents of the ERT ship. - Fixes mercenary coms not working - Hopefully! Fixes antag coms not working - Fixes uplinks not deducting telecrystals when things are bought
This commit is contained in:
@@ -112,6 +112,7 @@ GLOBAL_LIST_BOILERPLATE(world_uplinks, /obj/item/device/uplink)
|
||||
/obj/item/device/uplink/hidden/tgui_interact(mob/user, datum/tgui/ui, datum/tgui/parent_ui)
|
||||
if(!active)
|
||||
toggle()
|
||||
uses = user.mind.tcrystals
|
||||
ui = SStgui.try_update_ui(user, src, ui)
|
||||
if(!ui)
|
||||
ui = new(user, src, "Uplink", "Remote Uplink")
|
||||
|
||||
@@ -17,7 +17,7 @@ var/list/department_radio_keys = list(
|
||||
":v" = "Service", ".v" = "Service",
|
||||
":p" = "AI Private", ".p" = "AI Private",
|
||||
":y" = "Explorer", ".y" = "Explorer",
|
||||
":t" = "Talon", ".t" = "Talon", //VOREStation Add,
|
||||
":a" = "Talon", ".a" = "Talon", //VOREStation Add,
|
||||
|
||||
":R" = "right ear", ".R" = "right ear",
|
||||
":L" = "left ear", ".L" = "left ear",
|
||||
@@ -36,7 +36,7 @@ var/list/department_radio_keys = list(
|
||||
":V" = "Service", ".V" = "Service",
|
||||
":P" = "AI Private", ".P" = "AI Private",
|
||||
":Y" = "Explorer", ".Y" = "Explorer",
|
||||
":T" = "Talon", ".T" = "Talon", //VOREStation Add,
|
||||
":A" = "Talon", ".A" = "Talon", //VOREStation Add,
|
||||
|
||||
//kinda localization -- rastaf0
|
||||
//same keys as above, but on russian keyboard layout. This file uses cp1251 as encoding.
|
||||
|
||||
Reference in New Issue
Block a user