Vampire - HUD icons

This commit is contained in:
skull132
2016-05-15 15:51:54 +03:00
parent 6db7d7f00f
commit 66e31b3ee2
3 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ var/datum/antagonist/thrall/vampire_thrall = null
restricted_species = list("Machine")
welcome_text = "You are a vampire's thrall: a pawn to be commanded by them at will."
flags = 0
antaghud_indicator = "" // #TODO: Assign HUD indicator
antaghud_indicator = "hudthrall"
/datum/antagonist/thrall/New()
..()

View File

@@ -1,6 +1,5 @@
var/datum/antagonist/vampire/vamp = null
// #TODO: Update vampire antagonist datum.
/datum/antagonist/vampire
id = MODE_VAMPIRE
role_type = BE_VAMPIRE
@@ -11,9 +10,9 @@ var/datum/antagonist/vampire/vamp = null
restricted_jobs = list("AI", "Cyborg", "Chaplain")
protected_jobs = list("Security Officer", "Warden", "Detective", "Head of Security", "Captain")
restricted_species = list("Machine")
welcome_text = "You are a Vampire! Use harm intent and aim for the head to drink blood! Stay away from the Chaplain, and use the darkness to your advantage."
welcome_text = "You are a Vampire! Use the \"<b>Vampire Help</b>\" command to learn about the backstory and mechanics! Stay away from the Chaplain, and use the darkness to your advantage."
flags = ANTAG_SUSPICIOUS | ANTAG_RANDSPAWN | ANTAG_VOTABLE
antaghud_indicator = "hudchangeling"
antaghud_indicator = "hudvampire"
/datum/antagonist/vampire/New()
..()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB