mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
jumps through hoops to save two lines
adds slime growth as a define
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user