Skip to content

Commit

Permalink
Updated with proper formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wshuwshuwshi committed Jun 9, 2024
1 parent 55c6611 commit 961e282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
var/obj/item/alien_embryo/embryo = content
if(embryo && istype(embryo))
if(embryo.counter > 0)
embryo.counter = embryo.counter - potency*delta_time
embryo.counter = embryo.counter - (potency * delta_time)
current_human.take_limb_damage(0,POTENCY_MULTIPLIER_MEDIUM*potency)
else
embryo.stage--
Expand Down

0 comments on commit 961e282

Please sign in to comment.