Merge pull request #562 from Citadel-Station-13/upstream-merge-26507

[MIRROR] Removes a few spawns
This commit is contained in:
LetterJay
2017-04-25 20:35:42 -05:00
committed by GitHub
5 changed files with 10 additions and 19 deletions
@@ -14,9 +14,8 @@
revert_cast()
return
invocation(thearea,user)
spawn(0)
if(charge_type == "recharge" && recharge)
start_recharge()
if(charge_type == "recharge" && recharge)
INVOKE_ASYNC(src, .proc/start_recharge)
cast(targets,thearea,user)
after_cast(targets)