mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Rounds all organ health damage to the second decimal (#24031)
* no more stupid values * internal organs too * 2 symbols * var * Empty-Commit
This commit is contained in:
@@ -219,6 +219,7 @@
|
||||
if(tough)
|
||||
return
|
||||
damage = clamp(damage + amount, 0, max_damage)
|
||||
damage = round_health(damage)
|
||||
|
||||
//only show this if the organ is not robotic
|
||||
if(owner && parent_organ && amount > 0)
|
||||
|
||||
Reference in New Issue
Block a user