mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Bugfixes
- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user