mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
optimization good.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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..
|
||||
|
||||
Reference in New Issue
Block a user