Skip to content

Commit

Permalink
sphere transform module no longer resets base pixel y (tgstation#72328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fikou authored Dec 29, 2022
1 parent 743ab85 commit 952b864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mod/modules/modules_supply.dm
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
return
if(!deleting)
playsound(src, 'sound/items/modsuit/ballin.ogg', 100, TRUE, frequency = -1)
mod.wearer.base_pixel_y = 0
mod.wearer.base_pixel_y += 4
animate(mod.wearer, animate_time, pixel_y = mod.wearer.base_pixel_y)
addtimer(CALLBACK(mod.wearer, TYPE_PROC_REF(/atom, remove_filter), list("mod_ball", "mod_blur", "mod_outline")), animate_time)
REMOVE_TRAIT(mod.wearer, TRAIT_LAVA_IMMUNE, MOD_TRAIT)
Expand Down

0 comments on commit 952b864

Please sign in to comment.