Revert "lavaproofing"

This reverts commit e528b65915.
This commit is contained in:
kevinz000
2016-08-29 19:12:24 -07:00
parent e528b65915
commit a6af5eadb4
2 changed files with 0 additions and 4 deletions
@@ -214,7 +214,6 @@
icon_state = "talisman"
actions_types = list(/datum/action/item_action/immortality)
var/cooldown = 0
burn_state = LAVA_PROOF
/datum/action/item_action/immortality
name = "Immortality"
@@ -493,7 +492,6 @@
attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "rended")
var/summon_cooldown = 0
var/list/mob/dead/observer/spirits
burn_state = LAVA_PROOF
/obj/item/weapon/melee/ghost_sword/New()
..()
@@ -569,7 +567,6 @@
desc = "You're not actually going to drink this, are you?"
icon = 'icons/obj/wizard.dmi'
icon_state = "vial"
burn_state = LAVA_PROOF
/obj/item/weapon/dragons_blood/attack_self(mob/living/carbon/human/user)
if(!istype(user))