Skip to content

Commit

Permalink
recicling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Feb 11, 2024
1 parent d2da7ad commit 3f5b987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/vehicle_part_fabricator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
to_chat(user, SPAN_WARNING("\The [sold_eqipment] is not fully loaded, and less points will be able to be refunded."))
else
recycle_points = sold_eqipment.point_cost
if(sold_eqipment==/obj/structure/ship_ammo/sentry)
if(istype(powerloader_clamp_used.loaded, /obj/structure/ship_ammo/sentry))
recycle_points = omnisentry_price - omnisentry_price_scale

if(!recycle_points)
Expand Down

0 comments on commit 3f5b987

Please sign in to comment.