Skip to content

Commit

Permalink
Update dissasemble
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Jul 15, 2024
1 parent 5ca1b3b commit 9f226f6
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,8 @@
return ..()


/obj/structure/particle_accelerator/deconstruct(disassembled = TRUE)
if(!(obj_flags & NO_DECONSTRUCTION))
new /obj/item/stack/sheet/iron (loc, 5)
qdel(src)
/obj/structure/particle_accelerator/atom_deconstruct(disassembled)
new /obj/item/stack/sheet/iron(loc, 5)

/obj/structure/particle_accelerator/Move()
. = ..()
Expand Down

0 comments on commit 9f226f6

Please sign in to comment.