mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 12:43:13 +00:00
Added cortical borers to the various HUDs.
This commit is contained in:
@@ -104,6 +104,8 @@
|
|||||||
holder = patient.hud_list[STATUS_HUD]
|
holder = patient.hud_list[STATUS_HUD]
|
||||||
if(patient.stat == 2)
|
if(patient.stat == 2)
|
||||||
holder.icon_state = "huddead"
|
holder.icon_state = "huddead"
|
||||||
|
else if(patient.has_brain_worms())
|
||||||
|
holder.icon_state = "hudbrainworm"
|
||||||
else if(patient.status_flags & XENO_HOST)
|
else if(patient.status_flags & XENO_HOST)
|
||||||
holder.icon_state = "hudxeno"
|
holder.icon_state = "hudxeno"
|
||||||
else if(foundVirus)
|
else if(foundVirus)
|
||||||
|
|||||||
@@ -69,6 +69,8 @@
|
|||||||
holder = patient.hud_list[STATUS_HUD]
|
holder = patient.hud_list[STATUS_HUD]
|
||||||
if(patient.stat == 2)
|
if(patient.stat == 2)
|
||||||
holder.icon_state = "huddead"
|
holder.icon_state = "huddead"
|
||||||
|
else if(patient.has_brain_worms())
|
||||||
|
holder.icon_state = "hudbrainworm"
|
||||||
else if(patient.status_flags & XENO_HOST)
|
else if(patient.status_flags & XENO_HOST)
|
||||||
holder.icon_state = "hudxeno"
|
holder.icon_state = "hudxeno"
|
||||||
else if(foundVirus)
|
else if(foundVirus)
|
||||||
|
|||||||
@@ -156,6 +156,8 @@ Works together with spawning an observer, noted above.
|
|||||||
holder = patient.hud_list[STATUS_HUD]
|
holder = patient.hud_list[STATUS_HUD]
|
||||||
if(patient.stat == 2)
|
if(patient.stat == 2)
|
||||||
holder.icon_state = "huddead"
|
holder.icon_state = "huddead"
|
||||||
|
else if(patient.has_brain_worms())
|
||||||
|
holder.icon_state = "hudbrainworm"
|
||||||
else if(patient.status_flags & XENO_HOST)
|
else if(patient.status_flags & XENO_HOST)
|
||||||
holder.icon_state = "hudxeno"
|
holder.icon_state = "hudxeno"
|
||||||
else if(foundVirus)
|
else if(foundVirus)
|
||||||
|
|||||||
@@ -76,6 +76,8 @@
|
|||||||
holder = patient.hud_list[STATUS_HUD]
|
holder = patient.hud_list[STATUS_HUD]
|
||||||
if(patient.stat == 2)
|
if(patient.stat == 2)
|
||||||
holder.icon_state = "huddead"
|
holder.icon_state = "huddead"
|
||||||
|
else if(patient.has_brain_worms())
|
||||||
|
holder.icon_state = "hudbrainworm"
|
||||||
else if(patient.status_flags & XENO_HOST)
|
else if(patient.status_flags & XENO_HOST)
|
||||||
holder.icon_state = "hudxeno"
|
holder.icon_state = "hudxeno"
|
||||||
else if(foundVirus)
|
else if(foundVirus)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
Reference in New Issue
Block a user