TG: Added some hallucination/Detective work stuff I realized I missed AFTER I went

to bed last night.
Revision: r3231
Author: 	 joe.heinemeye
This commit is contained in:
Ren Erthilo
2012-04-25 01:09:07 +01:00
parent 5ca785e516
commit 588d32b671

View File

@@ -1235,8 +1235,8 @@
if (toxin || hal_screwyhud == 4) toxin.icon_state = "tox[toxins_alert ? 1 : 0]"
if (oxygen || hal_screwyhud == 3) oxygen.icon_state = "oxy[oxygen_alert ? 1 : 0]"
if (fire) fire.icon_state = "fire[fire_alert ? 1 : 0]"
if (oxygen || hal_screwyhud == 3) oxygen.icon_state = "oxy[oxygen_alert ? 1 : 0]"
if (fire) fire.icon_state = "fire[fire_alert ? 1 : 0]" //NOTE: INVESTIGATE NUKE BURNINGS
//NOTE: the alerts dont reset when youre out of danger. dont blame me,
//blame the person who coded them. Temporary fix added.