This commit is contained in:
Fox McCloud
2018-04-05 23:36:34 -04:00
parent b2af86bb3c
commit 9901fa4154
2 changed files with 20 additions and 25 deletions
+1 -6
View File
@@ -10,7 +10,7 @@
/obj/item/weapon/grab
name = "grab"
flags = NOBLUDGEON | ABSTRACT
flags = NOBLUDGEON | ABSTRACT | DROPDEL
var/obj/screen/grab/hud = null
var/mob/living/affecting = null
var/mob/living/assailant = null
@@ -433,11 +433,6 @@
return EAT_TIME_FAT //if it doesn't fit into the above, it's probably a fat guy, take EAT_TIME_FAT to do it
/obj/item/weapon/grab/dropped()
if(!QDELETED(src))
qdel(src)
/obj/item/weapon/grab/Destroy()
if(affecting)
affecting.pixel_x = 0