sigh
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
|
||||
// cyborgs are prohibited from using storage items so we can I think safely remove (A.loc in contents)
|
||||
if(A == loc || (A in loc) || (A in contents))
|
||||
W.melee_attack_chain(src, A, params)
|
||||
. = !(W.melee_attack_chain(src, A, params) & DISCARD_LAST_ACTION)
|
||||
return
|
||||
|
||||
if(!isturf(loc))
|
||||
@@ -86,7 +86,7 @@
|
||||
// cyborgs are prohibited from using storage items so we can I think safely remove (A.loc && isturf(A.loc.loc))
|
||||
if(isturf(A) || isturf(A.loc))
|
||||
if(A.Adjacent(src)) // see adjacent.dm
|
||||
W.melee_attack_chain(src, A, params)
|
||||
. = !(W.melee_attack_chain(src, A, params) & DISCARD_LAST_ACTION)
|
||||
return
|
||||
else
|
||||
W.afterattack(A, src, 0, params)
|
||||
|
||||
Reference in New Issue
Block a user