To make DZD joyous

This commit is contained in:
ZomgPonies
2015-11-25 19:50:55 -05:00
parent ca8d675a94
commit 8157f9e1db
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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()