This commit is contained in:
Tigercat2000
2016-04-25 16:53:40 -07:00
parent 66416ae5ec
commit d01eb6504e
2 changed files with 3 additions and 7 deletions
+2 -2
View File
@@ -183,7 +183,7 @@
if(hud_used && client)
hud_used.show_hud() //Shows the next hud preset
usr << "<span class ='info'>Switched HUD mode. Press F12 to toggle.</span>"
to_chat(usr, "<span class ='info'>Switched HUD mode. Press F12 to toggle.</span>")
else
usr << "<span class ='warning'>This mob type does not use a HUD.</span>"
to_chat(usr, "<span class ='warning'>This mob type does not use a HUD.</span>")
+1 -5
View File
@@ -357,11 +357,7 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha
// to_chat(world, "Removed [vampire_mind.current.name] from vampire shit")
to_chat(vampire_mind.current, "\red <FONT size = 3><B>The fog clouding your mind clears. You remember nothing from the moment you were enthralled until now.</B></FONT>")
if(vampire_mind.current.hud_used)
var/datum/hud/H = vampire_mind.current.hud_used
if(H.vampire_blood_display)
H.static_inventory -= H.vampire_blood_display
qdel(H.vampire_blood_display)
H.vampire_blood_display = null
vampire_mind.current.hud_used.remove_vampire_hud()
/datum/vampire/proc/check_sun()