mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
Merge pull request #3916 from CHOMPStation2/Razgriz1032-patch-10
Reduce cryopod despawn timer
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
var/disallow_occupant_types = list()
|
||||
|
||||
var/mob/occupant = null // Person waiting to be despawned.
|
||||
var/time_till_despawn = 599 // Down to 1 minute to reflect Vorestation respawn times.
|
||||
var/time_till_despawn = 60 // Down to 1 minute to reflect Vorestation respawn times. //CHOMP Edit: Now 6 seconds. Mind the deciseconds.
|
||||
var/time_entered = 0 // Used to keep track of the safe period.
|
||||
var/obj/item/device/radio/intercom/announce //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user