gibtonite  
| Vars | |
| activated_overlay | The overlay used for when the gibtonite is in its detonation countdown mode. | 
|---|---|
| detonate_start_time | The world.time that the detonate countdown started at. | 
| detonate_time | Amount of time from mining before gibtonite explodes. | 
| explosion_callback | The callback for the explosion that occurs if the gibtonite is not defused in time. | 
| notify_admins | Whether an admin log should be generated for this gibtonite's detonation. Typically enabled if the detonation doesn't occur on the station z-level. Note that this is only for explosions caused while the gibtonite is still unmined, in contrast to [/obj/item/gibtonite/proc/GibtoniteReaction]. | 
| remaining_time | The amount of time remaining if the gibtonite was stabilized before explosion, in half-seconds. | 
| stage | The state the ore is in. One of GIBTONITE_UNSTRUCK, GIBTONITE_ACTIVE, GIBTONITE_STABLE, or GIBTONITE_DETONATE. | 
Var Details
activated_overlay  
The overlay used for when the gibtonite is in its detonation countdown mode.
detonate_start_time  
The world.time that the detonate countdown started at.
detonate_time  
Amount of time from mining before gibtonite explodes.
explosion_callback  
The callback for the explosion that occurs if the gibtonite is not defused in time.
notify_admins  
Whether an admin log should be generated for this gibtonite's detonation. Typically enabled if the detonation doesn't occur on the station z-level. Note that this is only for explosions caused while the gibtonite is still unmined, in contrast to [/obj/item/gibtonite/proc/GibtoniteReaction].
remaining_time  
The amount of time remaining if the gibtonite was stabilized before explosion, in half-seconds.
stage  
The state the ore is in. One of GIBTONITE_UNSTRUCK, GIBTONITE_ACTIVE, GIBTONITE_STABLE, or GIBTONITE_DETONATE.