mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user