Merge pull request #1023 from tigercat2000/Somebugs

Get_Area(), Event, and grab fixes
This commit is contained in:
ZomgPonies
2015-05-12 20:11:32 -04:00
4 changed files with 26 additions and 44 deletions
+5 -4
View File
@@ -408,10 +408,11 @@
..()
/obj/item/weapon/grab/Destroy()
affecting.pixel_x = 0
affecting.pixel_y = 0 //used to be an animate, not quick enough for del'ing
affecting.layer = initial(affecting.layer)
if(affecting) affecting.grabbed_by -= src
if(affecting)
affecting.pixel_x = 0
affecting.pixel_y = 0 //used to be an animate, not quick enough for del'ing
affecting.layer = initial(affecting.layer)
affecting.grabbed_by -= src
del(hud)
..()