Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
Arceniu committed Dec 19, 2024
1 parent 95a48f7 commit 39b050b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ Allows for flashlights bayonets and adds 1 slot to equipment.
var/component_to_delete = microfusion_gun.GetComponent(/datum/component/seclite_attachable)
if(component_to_delete)
qdel(component_to_delete)
microfusion_gun = initial(microfusion_gun)
// microfusion_gun = initial(microfusion_gun)
if(microfusion_gun)
microfusion_gun.forceMove(get_turf(microfusion_gun))
microfusion_gun = null
Expand Down

0 comments on commit 39b050b

Please sign in to comment.