mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 05:51:56 +00:00
Runtime fixes
- Supply shuttle should now work and not runtime - Runtime fix for the Health HUD git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3396 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
for(var/datum/disease/D in patient.viruses)
|
||||
if(!D.hidden[SCANNER])
|
||||
foundVirus++
|
||||
if(!C) continue
|
||||
C.images += image(tempHud,patient,"hud[RoundHealth(patient.health)]")
|
||||
if(patient.stat == 2)
|
||||
C.images += image(tempHud,patient,"huddead")
|
||||
|
||||
Reference in New Issue
Block a user