mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
NameTweaking+VisibleLoyaltyImplant+MovingSecOfficersSecHUDToObviousLocation
This commit is contained in:
@@ -1123,5 +1123,6 @@ var/global/list/g_fancy_list_of_types = null
|
||||
var/obj/item/weapon/implant/loyalty/L = new/obj/item/weapon/implant/loyalty(M)
|
||||
L.imp_in = M
|
||||
L.implanted = 1
|
||||
M.sec_hud_set_implants()
|
||||
|
||||
|
||||
|
||||
@@ -468,7 +468,7 @@ client/proc/one_click_antag()
|
||||
chosen_candidate.client.prefs.copy_to(ERTOperative)
|
||||
ready_dna(ERTOperative)
|
||||
if(numagents == 1) //If Squad Leader
|
||||
ERTOperative.real_name = "Officer [pick(ERTOperative.real_name)]"
|
||||
ERTOperative.real_name = "Commander [pick(ERTOperative.real_name)]"
|
||||
equip_emergencyresponsesquad(ERTOperative, 1)
|
||||
else
|
||||
ERTOperative.real_name = "Officer [pick(ERTOperative.real_name)]"
|
||||
|
||||
Reference in New Issue
Block a user