Fixes Explosion and Poison Traitor Bottles

This commit is contained in:
Fox-McCloud
2015-08-06 16:55:47 -04:00
parent ea0190debe
commit 46b22da03e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ var/list/uplink_items = list()
/datum/uplink_item/jobspecific/poisonbottle
name = "Poison Bottle"
desc = "The Syndicate will ship a bottle containing 40 units of a randomly selected poison. The poison can range from highly irritating to incredibly lethal."
reference = "PB"
reference = "TPB"
item = /obj/item/weapon/reagent_containers/glass/bottle/traitor
cost = 2
job = list("Scientist","Research Director","Chief Medical Officer","Medical Doctor","Psychiatrist","Chemist","Paramedic","Virologist","Bartender")
+2 -1
View File
@@ -118,7 +118,8 @@
if(flame_dist && prob(40) && !istype(T, /turf/space) && !T.density)
PoolOrNew(/obj/effect/hotspot, T) //Mostly for ambience!
if(dist > 0)
T.ex_act(dist)
spawn(0)
T.ex_act(dist)
//--- THROW ITEMS AROUND ---
/*