mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Make /obj/screen/grab to be soft del.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user