mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixed a comment in cryofreezer code.
This commit is contained in:
@@ -148,7 +148,7 @@ var/global/list/frozen_items = list()
|
|||||||
|
|
||||||
var/mob/occupant = null // Person waiting to be despawned.
|
var/mob/occupant = null // Person waiting to be despawned.
|
||||||
var/orient_right = null // Flips the sprite.
|
var/orient_right = null // Flips the sprite.
|
||||||
var/time_till_despawn = 18000 // 15 minutes-ish safe period before being despawned.
|
var/time_till_despawn = 18000 // 30 minutes-ish safe period before being despawned.
|
||||||
var/time_entered = 0 // Used to keep track of the safe period.
|
var/time_entered = 0 // Used to keep track of the safe period.
|
||||||
var/obj/item/device/radio/intercom/announce //
|
var/obj/item/device/radio/intercom/announce //
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user