Buddha: Difference between revisions
Jump to navigation
Jump to search

Bug:Since Template:Game name, if the player has X HP and gets dealt any damage between (X-0.001) and (X-0.500), they will die. Health is stored as an integer, and damage as a float. The game rounds damage taken to the nearest integer prior and subtracts it from the player's health value, which can bypass the 1 health point barrier. [todo tested in ?]
m (Buddha bug is not present in Source 2006/2007/2009 and Alien Swarm SDK.) |
No edit summary |
||
Line 1: | Line 1: | ||
{{lang | {{lang}}{{Console Command}} | ||
'''<code>buddha</code>''' is a console command that ensures you never die by always forcing you to have at least 1 health point. | '''<code>buddha</code>''' is a console command that ensures you never die by always forcing you to have at least 1 health point. | ||
Revision as of 14:53, 26 June 2023


buddha
is a console command that ensures you never die by always forcing you to have at least 1 health point.
To enable and disable, type buddha
in the console. If it worked, it should say "Buddha Mode on/off..." in the console.

See Also
- god, a console command that makes you take no damage at all.