Airleft: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
1) underwater and scuba off ([[sector.lotag]] == 2 and player.[[scuba_on]] == 0)<BR>
1) underwater and scuba off ([[sector.lotag]] == 2 and player.[[scuba_on]] == 0)<BR>
2) player runs out of scuba amount<BR>
2) player runs out of scuba amount<BR>
If it reaches zero, then Player takes damage ([[extra_extra8]] is incremented by 32) It is initialized to 15*26 when a map is loaded. (approximately 20 seconds?).
If it reaches zero, then Player takes damage ([[extra_extra8]] is incremented by 32) It is initialized to 390 (15 seconds @ 26 tics/second ) when a map is loaded.


[[Category:Player structure members]]
[[Category:Player structure members]]

Latest revision as of 19:05, 18 September 2006

AirLeft: This is the amount of 'breath' that the player has left. It is a count-down timer ONLY when
1) underwater and scuba off (sector.lotag == 2 and player.scuba_on == 0)
2) player runs out of scuba amount
If it reaches zero, then Player takes damage (extra_extra8 is incremented by 32) It is initialized to 390 (15 seconds @ 26 tics/second ) when a map is loaded.