Reverting accidental changes.

This commit is contained in:
Pete Goodfellow
2013-05-12 15:16:04 +01:00
parent 46b8ba8341
commit c8baf7748a
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -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( "<span class='danger'>[target]'s face lights up in fire, and after the event a horse's head takes its place!</span>", \
+1 -2
View File
@@ -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)