510: HUD, Flash Refactor, Rip out unused pain system

This commit is contained in:
Tigercat2000
2016-02-28 18:09:43 -08:00
parent 976887b2e0
commit 0c9a469f2c
67 changed files with 558 additions and 955 deletions

View File

@@ -60,7 +60,7 @@ var/global/datum/controller/process/timer/PStimer
event.thingToCall = thingToCall
event.procToCall = procToCall
event.timeToRun = world.time + wait
event.hash = jointext(args, "")
event.hash = jointext(args, null)
if(args.len > 4)
event.argList = args.Copy(5)