mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-05 15:11:38 +00:00
510: HUD, Flash Refactor, Rip out unused pain system
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user