mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
sleep tight, disky
This commit is contained in:
@@ -664,7 +664,7 @@ This is here to make the tiles around the station mininuke change when it's arme
|
|||||||
if(disk_comfort_level >= 2) //Sleep tight, disky.
|
if(disk_comfort_level >= 2) //Sleep tight, disky.
|
||||||
if(!(process_tick % 30))
|
if(!(process_tick % 30))
|
||||||
visible_message("<span class='notice'>[src] sleeps soundly. Sleep tight, disky.</span>")
|
visible_message("<span class='notice'>[src] sleeps soundly. Sleep tight, disky.</span>")
|
||||||
if(last_disk_move < world.time - 5000 && prob((world.time - 5000 - last_disk_move)*0.0001))
|
if(last_disk_move < world.time - 5000 && prob((world.time - 5000 - last_disk_move)*0.0001 / max(disk_comfort_level,1)))
|
||||||
var/datum/round_event_control/operative/loneop = locate(/datum/round_event_control/operative) in SSevents.control
|
var/datum/round_event_control/operative/loneop = locate(/datum/round_event_control/operative) in SSevents.control
|
||||||
if(istype(loneop) && loneop.occurrences < loneop.max_occurrences)
|
if(istype(loneop) && loneop.occurrences < loneop.max_occurrences)
|
||||||
loneop.weight += 1
|
loneop.weight += 1
|
||||||
|
|||||||
Reference in New Issue
Block a user