- Fixes wizard's No Clothes "spell" costing 3 points instead of 2.
- Fixes adminbooze containing a misspelled adminordrazine reagent and
runtiming.
This commit is contained in:
DZD
2015-03-28 17:56:56 -04:00
parent e2a4ccc8a6
commit e5b8684cc6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -240,7 +240,7 @@
feedback_add_details("wizard_spell_learned","NC")
H.spell_list += new /obj/effect/proc_holder/spell/wizard/noclothes
temp = "This teaches you how to use your spells without your magical garb, truely you are the wizardest."
uses -= 2
uses--
if("magicmissile")
feedback_add_details("wizard_spell_learned","MM") //please do not change the abbreviation to keep data processing consistent. Add a unique id to any new spells
H.spell_list += new /obj/effect/proc_holder/spell/wizard/targeted/projectile/magic_missile(H)
@@ -179,7 +179,7 @@
icon_state = "adminbooze"
New()
..()
reagents.add_reagent("admorinazine", 5)
reagents.add_reagent("adminordrazine", 5)
reagents.add_reagent("capsaicin", 5)
reagents.add_reagent("methamphetamine", 20)
reagents.add_reagent("thirteenloko", 20)