Removes a few spawns

This commit is contained in:
CitadelStationBot
2017-04-25 14:36:18 -05:00
parent 306e7c1cba
commit a96ba5aae3
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)