Fixes Two Destroys

This commit is contained in:
Fox-McCloud
2016-08-03 19:25:53 -04:00
parent 9ffc341f49
commit 892d796ca3
2 changed files with 3 additions and 5 deletions

View File

@@ -165,7 +165,7 @@ The box in your backpack has an oxygen tank and gas mask in it."
name = "Too Cold"
desc = "You're freezing cold! Get somewhere warmer and take off any insulating clothing like a space suit."
icon_state = "cold"
/obj/screen/alert/cold/drask
name = "Cold"
desc = "You're breathing supercooled gas! It's stimulating your metabolism to regenerate damaged tissue."
@@ -400,8 +400,7 @@ so as to remain in compliance with the most up-to-date laws."
return usr.client.Click(master, location, control, params)
/obj/screen/alert/Destroy()
..()
severity = 0
master = null
screen_loc = ""
return QDEL_HINT_QUEUE
return ..()

View File

@@ -63,9 +63,8 @@
var/severity = 0
/obj/screen/fullscreen/Destroy()
..()
severity = 0
return QDEL_HINT_HARDDEL_NOW
return ..()
/obj/screen/fullscreen/brute
icon_state = "brutedamageoverlay"