muh fixes 2.0

This commit is contained in:
Iamgoofball
2015-03-24 21:01:02 -07:00
parent cea9957062
commit f165cb7079
3 changed files with 24 additions and 2 deletions
+13
View File
@@ -198,6 +198,19 @@ datum/reagent/itching_powder/on_mob_life(var/mob/living/M as mob)
required_reagents = list("fuel" = 1, "ammonia" = 1, "charcoal" = 1)
result_amount = 3
datum/reagent/facid/on_mob_life(var/mob/living/M as mob)
if(!M) M = holder.my_atom
M.adjustToxLoss(2*REM)
M.take_organ_damage(0, 1*REM)
..()
return
datum/reagent/facid
name = "Fluorosulfuric Acid"
id = "facid"
description = ""
reagent_state = LIQUID
color = "#CF3600"
/datum/chemical_reaction/facid
name = "Fluorosulfuric acid"
id = "facid"
@@ -192,4 +192,13 @@
icon_state = "bottle17"
New()
..()
reagents.add_reagent("frostoil", 30)
reagents.add_reagent("frostoil", 30)
/obj/item/weapon/reagent_containers/glass/bottle/morphine
name = "Morphine Bottle"
desc = "A small bottle. Contains morphine."
icon = 'icons/obj/chemical.dmi'
icon_state = "bottle17"
New()
..()
reagents.add_reagent("morphine", 30)