Merge pull request #3919 from Tastyfish/vamphud

Fixes vamp antag hud not showing on round start
This commit is contained in:
Fox McCloud
2016-03-18 03:48:40 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
grant_vampire_powers(vampire.current)
forge_vampire_objectives(vampire)
greet_vampire(vampire)
update_vampire_icons_added(vampire)
..()
/datum/game_mode/proc/auto_declare_completion_vampire()
@@ -315,7 +315,7 @@
log_to_dd("something bad happened on enthralling a mob, attacker is [user] [user.key] \ref[user]")
return 0
if(!C.mind)
user << "<span class='warning>[C.name]'s mind is not there for you to enthrall.</span>"
user << "<span class='warning'>[C.name]'s mind is not there for you to enthrall.</span>"
return 0
if(enthrall_safe || ( C.mind in ticker.mode.vampires )||( C.mind.vampire )||( C.mind in ticker.mode.vampire_enthralled ))
C.visible_message("<span class='warning'>[C] seems to resist the takeover!</span>", "<span class='notice'>You feel a familiar sensation in your skull that quickly dissipates.</span>")