Skip to content

Commit

Permalink
remove extra newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertNanotracen committed May 11, 2024
1 parent 6842c0a commit d02e327
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
if(category == CAT_PATCHES)
patch_styles += list("[style.icon_state]" = image(icon = style.icon, icon_state = style.icon_state))



/obj/structure/chemical_tank/factory/proc/generate_product(mob/user)
if(reagents.total_volume < current_volume)
return
Expand Down Expand Up @@ -96,7 +94,6 @@
if(pill_choice)
pill_style = pill_choice


/obj/structure/chemical_tank/factory/attack_hand(mob/living/user, list/modifiers)
. = ..()
generate_product(user)
Expand Down

0 comments on commit d02e327

Please sign in to comment.