Adds Destroys.

This commit is contained in:
PsiOmega
2015-04-24 10:23:21 +02:00
parent 1ae0ad6d92
commit e7d85f8edc
91 changed files with 475 additions and 190 deletions

View File

@@ -6,10 +6,11 @@
var/parts
/obj/structure/Destroy()
..()
if(opacity)
UpdateAffectingLights()
if(parts)
new parts(loc)
density = 0
..()
/obj/structure/attack_hand(mob/user)
if(breakable)