grabbed_by assignment is now done in the grab constructor, instead of
leaking out all over the place.
This commit is contained in:
mwerezak
2014-10-10 00:23:03 -04:00
parent 6eea41bcc1
commit 7a81e116d2
12 changed files with 7 additions and 17 deletions
@@ -26,7 +26,6 @@
G.assailant = src
G.layer = 20
G.affecting = target
target.grabbed_by += G
G.synch()
target.LAssailant = src
@@ -95,7 +95,6 @@
M.r_hand = G
G.layer = 20
G.affecting = src
grabbed_by += G
G.synch()
LAssailant = M
@@ -150,7 +149,6 @@
M.r_hand = G
G.layer = 20
G.affecting = src
grabbed_by += G
G.synch()
LAssailant = M