Skip to content

Commit

Permalink
Stop the attack chain after the tank is inserted (#28187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Migratingcocofruit authored Jan 31, 2025
1 parent 6ef209d commit fddf6be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/power/engines/singularity/collector.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
loaded_tank = used
used.forceMove(src)
update_icons()
return ITEM_INTERACT_COMPLETE
else if(used.tool_behaviour == TOOL_CROWBAR)
if(loaded_tank && !locked)
eject()
Expand Down

0 comments on commit fddf6be

Please sign in to comment.