mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
@@ -7,7 +7,7 @@ datum/controller/transfer_controller
|
|||||||
var/shift_last_vote = 0 //VOREStation Edit
|
var/shift_last_vote = 0 //VOREStation Edit
|
||||||
datum/controller/transfer_controller/New()
|
datum/controller/transfer_controller/New()
|
||||||
timerbuffer = config.vote_autotransfer_initial
|
timerbuffer = config.vote_autotransfer_initial
|
||||||
shift_hard_end = config.vote_autotransfer_initial + (config.vote_autotransfer_interval * 1) //VOREStation Edit //Change this "1" to how many extend votes you want there to be.
|
shift_hard_end = config.vote_autotransfer_initial + (config.vote_autotransfer_interval * 0) //VOREStation Edit //Change this "1" to how many extend votes you want there to be.
|
||||||
shift_last_vote = shift_hard_end - config.vote_autotransfer_interval //VOREStation Edit
|
shift_last_vote = shift_hard_end - config.vote_autotransfer_interval //VOREStation Edit
|
||||||
START_PROCESSING(SSobj, src)
|
START_PROCESSING(SSobj, src)
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
var/group_size = rand(group_size_min, group_size_max)
|
var/group_size = rand(group_size_min, group_size_max)
|
||||||
for (var/j = 0, j < group_size, j++)
|
for (var/j = 0, j < group_size, j++)
|
||||||
spawn_one_carp(spawn_locations[i])
|
spawn_one_carp(spawn_locations[i])
|
||||||
i++
|
i++
|
||||||
return
|
return
|
||||||
|
|
||||||
// Okay we did *not* have any landmarks, so lets do our best!
|
// Okay we did *not* have any landmarks, so lets do our best!
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
target = T
|
target = T
|
||||||
if(target)
|
if(target)
|
||||||
M.ai_holder?.give_destination(target) // Ask carp to swim towards the middle of the map
|
M.ai_holder?.give_destination(target) // Ask carp to swim towards the middle of the map
|
||||||
i++
|
i++
|
||||||
|
|
||||||
// Spawn a single carp at given location.
|
// Spawn a single carp at given location.
|
||||||
/datum/event/carp_migration/proc/spawn_one_carp(var/loc)
|
/datum/event/carp_migration/proc/spawn_one_carp(var/loc)
|
||||||
|
|||||||
Reference in New Issue
Block a user