Merge pull request #338 from VampyrBytes/master

fixes #295
This commit is contained in:
ZomgPonies
2014-07-28 13:52:37 -04:00
3 changed files with 4823 additions and 4814 deletions
+8
View File
@@ -236,6 +236,14 @@ proc/issyndicate(mob/living/M as mob)
new_suit.species_restricted = list("Tajaran")
if("Skrell")
new_suit.species_restricted = list("Skrell")
if("Vox" || "Vox Armalis")
synd_mob.equip_to_slot_or_del(new /obj/item/clothing/mask/breath(synd_mob), slot_wear_mask)
synd_mob.equip_to_slot_or_del(new /obj/item/weapon/tank/nitrogen(synd_mob), slot_l_hand)
synd_mob.internal = synd_mob.l_hand
if (synd_mob.internals)
synd_mob.internals.icon_state = "internal1"
new_suit.species_restricted = list ("Vox", "Vox Armalis")
synd_mob.equip_to_slot_or_del(new_suit, slot_wear_suit)
synd_mob.equip_to_slot_or_del(new_helmet, slot_head)
+1 -1
View File
@@ -234,7 +234,7 @@
/datum/job/pilot
title = "Security Pod Pilot"
flag = PILOT
department_flag = ENGSEC
department_flag = KARMA
total_positions = 1
spawn_positions = 1
supervisors = "the head of security"