Gibtonite fixes

This commit is contained in:
ZomgPonies
2014-02-28 19:16:34 -05:00
parent f9aa992e55
commit 347bce3c06
+2 -1
View File
@@ -578,6 +578,7 @@ var/list/artifact_spawn = list() // Runtime fix for geometry loading before cont
var/activated_name = null
/turf/simulated/mineral/gibtonite/New()
icon_state="rock_Diamond"
det_time = rand(8,10) //So you don't know exactly when the hot potato will explode
..()
@@ -617,7 +618,7 @@ var/list/artifact_spawn = list() // Runtime fix for geometry loading before cont
/turf/simulated/mineral/gibtonite/proc/defuse()
if(stage == 1)
icon_state = "rock_Gibtonite"
icon_state = "rock_Gibtonite_inactive"
desc = "An inactive gibtonite reserve. The ore can be extracted."
stage = 2
if(det_time < 0)