jumps through hoops to save two lines

adds slime growth as a define
This commit is contained in:
Incoming
2015-11-11 16:00:38 -05:00
parent 3da00354b4
commit d8a0dc6b54
5 changed files with 39 additions and 38 deletions
+3 -3
View File
@@ -49,9 +49,9 @@ MASS SPECTROMETER
if(O.level != 1)
continue
var/mob/living/L = locate() in O
if(O.invisibility == 101)
O.invisibility = 0
if(L)
@@ -417,4 +417,4 @@ MASS SPECTROMETER
user.show_message("Genetic destability: [T.mutation_chance] % chance of mutation on splitting", 1)
if (T.cores > 1)
user.show_message("Anomalious slime core amount detected", 1)
user.show_message("Growth progress: [T.amount_grown]/10", 1)
user.show_message("Growth progress: [T.amount_grown]/[SLIME_EVOLUTION_THRESHOLD]", 1)