NameTweaking+VisibleLoyaltyImplant+MovingSecOfficersSecHUDToObviousLocation

This commit is contained in:
Steelpoint
2015-01-06 02:57:05 +08:00
parent 3e37a8e562
commit 082f62bf3d
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -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()
+1 -1
View File
@@ -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)]"