mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
3 seconds penalties fix
This commit is contained in:
@@ -270,8 +270,8 @@ Works together with spawning an observer, noted above.
|
|||||||
SStgui.on_transfer(src, ghost) // Transfer NanoUIs.
|
SStgui.on_transfer(src, ghost) // Transfer NanoUIs.
|
||||||
ghost.can_reenter_corpse = can_reenter_corpse
|
ghost.can_reenter_corpse = can_reenter_corpse
|
||||||
if(penalize) //penalizing them from making a ghost role / midround antag comeback right away.
|
if(penalize) //penalizing them from making a ghost role / midround antag comeback right away.
|
||||||
var/penalty = CONFIG_GET(number/suicide_reenter_round_timer)
|
var/penalty = CONFIG_GET(number/suicide_reenter_round_timer) MINUTES
|
||||||
var/roundstart_quit_limit = CONFIG_GET(number/roundstart_suicide_time_limit)
|
var/roundstart_quit_limit = CONFIG_GET(number/roundstart_suicide_time_limit) MINUTES
|
||||||
if(world.time < roundstart_quit_limit) //add up the time difference to their antag rolling penalty if they quit before half a (ingame) hour even passed.
|
if(world.time < roundstart_quit_limit) //add up the time difference to their antag rolling penalty if they quit before half a (ingame) hour even passed.
|
||||||
penalty += roundstart_quit_limit - world.time
|
penalty += roundstart_quit_limit - world.time
|
||||||
if(penalty)
|
if(penalty)
|
||||||
|
|||||||
Reference in New Issue
Block a user