optimization good.

This commit is contained in:
QuoteFox
2021-05-05 08:00:21 +01:00
parent 7040bbd230
commit 7d696c6b1a
2 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -559,8 +559,11 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put
if(ckey)
if(!client && !(stat == DEAD))
add_status_indicator("ssd")
SSD = TRUE
else
remove_status_indicator("ssd")
if(SSD)
remove_status_indicator("ssd")
SSD = FALSE
//Dizziness
if(dizziness)
+2 -1
View File
@@ -59,9 +59,10 @@
var/custom_body_size = 100
var/breedable = 0
var/impregchance = 30
//h13 noncon settings
//h13 settings
var/Noncon = 0
var/ERP = 0
var/SSD = FALSE
var/mob_biotypes = MOB_ORGANIC
var/metabolism_efficiency = 1 //more or less efficiency to metabolize helpful/harmful reagents and regulate body temperature..