mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Allows timed actions to be performed while drifting (Winter Thaw 2017) (#23384)
* Allows do_after actions to be performed while drifting * Allows more actions
This commit is contained in:
@@ -275,8 +275,9 @@ Proc for attack log creation, because really why not
|
||||
break
|
||||
|
||||
if(Tloc && (!target || Tloc != target.loc))
|
||||
. = 0
|
||||
break
|
||||
if((Uloc != Tloc || Tloc != user) && !drifting)
|
||||
. = 0
|
||||
break
|
||||
|
||||
if(needhand)
|
||||
//This might seem like an odd check, but you can still need a hand even when it's empty
|
||||
|
||||
Reference in New Issue
Block a user