Merge pull request #13080 from PKPenguin321/patch-4

HoG fountains now give an omnizine-like reagent instead of Doctor's Delight + Typo Fix
This commit is contained in:
Cheridan
2015-11-19 22:43:12 -06:00
2 changed files with 9 additions and 3 deletions
@@ -240,6 +240,12 @@
M.adjustBrainLoss(5)
holder.remove_reagent(src.id, 1)
/datum/reagent/medicine/omnizine/godblood
name = "Godblood"
id = "godblood"
description = "Slowly heals all damage types. Has a rather high overdose threshold. Glows with mysterious power."
overdose_threshold = 150
/datum/reagent/lube
name = "Space Lube"
id = "lube"
@@ -1044,4 +1050,4 @@
if(O.type == /obj/item/clothing/shoes/galoshes)
var/t_loc = get_turf(O)
qdel(O)
new /obj/item/clothing/shoes/galoshes/dry(t_loc)
new /obj/item/clothing/shoes/galoshes/dry(t_loc)