Skip to content

Commit

Permalink
ok ok sorry doing it then
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Feb 4, 2024
1 parent f1a300c commit 188ec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/structures/special/recovery_node.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
SPAN_HELPFUL("You feel a warm aura envelop you."))
if(!do_after(picked_candidate, heal_cooldown, INTERRUPT_MOVED, BUSY_ICON_MEDICAL))
return
picked_candidate.gain_health(heal_amount*picked_candidate.caste.heal_resting)
picked_candidate.gain_health(heal_amount)

0 comments on commit 188ec64

Please sign in to comment.