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
+2 -2
View File
@@ -217,7 +217,7 @@
/obj/structure/divine/nexus
name = "nexus"
desc = "It anchors a deity to this world. It radiates an unusual aura. Cultists protect this at all costs. It looks well protected from explosion shock."
desc = "It anchors a deity to this world. It radiates an unusual aura. Cultists protect this at all costs. It looks well protected from explosive shock."
icon_state = "nexus"
health = 500
maxhealth = 500
@@ -399,7 +399,7 @@
user.reagents.add_reagent("hell_water",20)
else
user << "<span class='notice'>The water feels warm and soothing as you touch it. The fountain immediately dries up shortly afterwards.</span>"
user.reagents.add_reagent("doctorsdelight",20)
user.reagents.add_reagent("godblood",20)
update_icons()
spawn(time_between_uses)
if(src)
@@ -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)