Make /obj/screen/grab to be soft del.

This commit is contained in:
ESwordTheCat
2014-07-18 03:55:49 -08:00
parent 2bb1978477
commit a4b5879239
2 changed files with 9 additions and 4 deletions

View File

@@ -82,9 +82,8 @@
/obj/screen/grab/Destroy()
if(master)
var/obj/item/weapon/grab/G = master
if(G.assailant)
G.assailant.client.images -= src
master = null
..()
/obj/screen/storage