mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Translated russian text in airlock electronics menu.
Proper assembly for ED-209 is "Frame - Metal sheet - leg - leg - weld - security vest - helmet - proximity - wires - taser - *screwdriver* - battery". Tweaked some hunger-related values. Fixed nutrition icon. Made slower metabolism 10 times slower than normal. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@531 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -72,7 +72,7 @@ datum/controller/game_controller
|
||||
|
||||
for(var/mob/M in world)
|
||||
if (M.metabslow)
|
||||
if (air_master.current_cycle%5==1) // For everyone who has their metabolism slowed, make updates not so frequently
|
||||
if (air_master.current_cycle%10==1) // For everyone who has their metabolism slowed, make updates not so frequently
|
||||
M.Life()
|
||||
else
|
||||
M.Life()
|
||||
|
||||
Reference in New Issue
Block a user