mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
To make DZD joyous
This commit is contained in:
@@ -90,7 +90,7 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
|
||||
if(life_tick == 1)
|
||||
regenerate_icons() // Make sure the inventory updates
|
||||
|
||||
if(ticker && ticker.mode.name == "nations")
|
||||
if(get_nations_mode())
|
||||
process_nations()
|
||||
|
||||
/mob/living/carbon/human/calculate_affecting_pressure(var/pressure)
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
if (MED_HUD)
|
||||
process_med_hud(src, 1, eyeobj)
|
||||
|
||||
if(ticker && ticker.mode.name == "nations")
|
||||
if(get_nations_mode())
|
||||
process_nations_ai()
|
||||
|
||||
/mob/living/silicon/ai/updatehealth()
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
process_locks()
|
||||
process_queued_alarms()
|
||||
|
||||
if(ticker && ticker.mode.name == "nations")
|
||||
if(get_nations_mode())
|
||||
process_nations()
|
||||
|
||||
/mob/living/silicon/robot/proc/clamp_values()
|
||||
|
||||
Reference in New Issue
Block a user