From c8baf7748a41981eb95f90ffd658ca4f113b450e Mon Sep 17 00:00:00 2001 From: Pete Goodfellow Date: Sun, 12 May 2013 15:16:04 +0100 Subject: [PATCH] Reverting accidental changes. --- code/datums/spells/horsemask.dm | 1 - code/game/gamemodes/wizard/spellbook.dm | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/code/datums/spells/horsemask.dm b/code/datums/spells/horsemask.dm index cd243fb9933..f3ecc121516 100644 --- a/code/datums/spells/horsemask.dm +++ b/code/datums/spells/horsemask.dm @@ -30,7 +30,6 @@ var/obj/item/clothing/mask/horsehead/magichead = new /obj/item/clothing/mask/horsehead magichead.canremove = 0 //curses! - magichead.unacidable = 1 //our gift will be with them forever magichead.flags_inv = null //so you can still see their face magichead.voicechange = 1 //NEEEEIIGHH target.visible_message( "[target]'s face lights up in fire, and after the event a horse's head takes its place!", \ diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index e431d85cc3f..cf018a8ad21 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -18,11 +18,10 @@ if(contract.used) user << "The contract has been used, you can't get your points back now." else - user.drop_item() user << "You feed the contract back into the spellbook, refunding your points." src.max_uses++ src.uses++ - del(O) + del (O)