mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user