Fixed some stupid stuff with the Spec Ops shuttle and the wrong energy guns given to mobs.

This commit is contained in:
SkyMarshal
2012-01-22 19:41:13 -07:00
parent 9bc6c7eb9a
commit fa06a12b1e
4 changed files with 95 additions and 7 deletions

View File

@@ -480,6 +480,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
"assassin",
"death commando",
"syndicate commando",
"response team",
"centcom official",
"centcom commander",
"special ops officer",
@@ -677,6 +678,9 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
if("syndicate commando")
M.equip_syndicate_commando()
if("response team")
M.equip_strike_team()
if("centcom official")
M.equip_if_possible(new /obj/item/clothing/under/rank/centcom_officer(M), M.slot_w_uniform)
M.equip_if_possible(new /obj/item/clothing/shoes/black(M), M.slot_shoes)