Nuke agents get cyanide pills rather than toxin pills. So don't throw out those tablets, they are perfect murder weapons. One stun and pop them in a person's mouth, and it's goodnight Irene.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1280 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
tronaldnwn@hotmail.com
2011-03-26 07:07:16 +00:00
parent fd2ff058ab
commit 161d4ee72f
+1 -1
View File
@@ -123,7 +123,7 @@
synd_mob.equip_if_possible(new /obj/item/weapon/card/id/syndicate(synd_mob), synd_mob.slot_wear_id)
synd_mob.equip_if_possible(new /obj/item/weapon/storage/backpack(synd_mob), synd_mob.slot_back)
synd_mob.equip_if_possible(new /obj/item/weapon/ammo/a357(synd_mob), synd_mob.slot_in_backpack)
synd_mob.equip_if_possible(new /obj/item/weapon/reagent_containers/pill/tox(synd_mob), synd_mob.slot_in_backpack)
synd_mob.equip_if_possible(new /obj/item/weapon/reagent_containers/pill/cyanide, (synd_mob), synd_mob.slot_in_backpack) //Because it needed to be upgraded by someone - Micro
var/obj/item/weapon/gun/revolver/G = new /obj/item/weapon/gun/revolver(synd_mob)
G.bullets = 7
synd_mob.equip_if_possible(G, synd_mob.slot_belt)