the-figment-that-was-is-now-gone

This commit is contained in:
Fox McCloud
2019-10-01 19:08:15 -04:00
parent a469d0fcf2
commit d29be05f74
93 changed files with 367 additions and 824 deletions
@@ -16,7 +16,7 @@
break_apart()
/obj/item/modular_computer/proc/break_apart()
if(can_deconstruct)
if(!(flags & NODECONSTRUCT))
physical.visible_message("\The [src] breaks apart!")
var/turf/newloc = get_turf(src)
new /obj/item/stack/sheet/metal(newloc, round(steel_sheet_cost/2))