mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Merge branch 'byond510'
Conflicts: .travis.yml code/game/jobs/access.dm code/game/machinery/camera/camera.dm code/game/machinery/flasher.dm code/game/machinery/vending.dm code/game/objects/items/devices/laserpointer.dm code/game/objects/items/weapons/grenades/flashbang.dm code/game/objects/items/weapons/tools.dm code/modules/mob/living/carbon/human/human.dm code/modules/mob/living/carbon/human/species/species.dm code/modules/mob/living/life.dm code/modules/mob/living/silicon/silicon.dm code/modules/mob/living/simple_animal/bees.dm code/modules/nano/modules/virus2_creator.dm code/modules/virus2/disease2.dm code/modules/virus2/diseasesplicer.dm paradise.dme
This commit is contained in:
@@ -60,7 +60,7 @@ var/global/datum/controller/process/timer/timer_master
|
||||
event.thingToCall = thingToCall
|
||||
event.procToCall = procToCall
|
||||
event.timeToRun = world.time + wait
|
||||
event.hash = list2text(args)
|
||||
event.hash = jointext(args, null)
|
||||
if(args.len > 4)
|
||||
event.argList = args.Copy(5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user