mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Fixed another derp with organs
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
amount -= healed_damage
|
||||
src.damage -= healed_damage
|
||||
|
||||
while(src.damage > damage[current_stage] && current_stage < src.desc_list.len)
|
||||
while(src.damage > damage_list[current_stage] && current_stage < src.desc_list.len)
|
||||
current_stage++
|
||||
desc = desc_list[current_stage]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user