mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Fixes
This commit is contained in:
@@ -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>")
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user