mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-01 13:02:02 +00:00
Vampire - HUD icons
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user