mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Merge pull request #3919 from Tastyfish/vamphud
Fixes vamp antag hud not showing on round start
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user