mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge branch 'master' of github.com:Baystation12/Baystation12 into TGUpdates
Conflicts: code/defines/obj/hydro.dm code/game/mecha/mecha.dm code/game/objects/devices/PDA/PDA.dm code/game/objects/devices/flashlight.dm code/game/objects/items/candle.dm code/game/objects/items/weapons/cigs_lighters.dm code/game/objects/items/weapons/papers_bins.dm code/game/objects/radio/radio.dm code/modules/mob/living/carbon/human/life.dm code/modules/mob/living/carbon/monkey/life.dm code/modules/mob/mob.dm
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
handle_disabilities()
|
||||
|
||||
//Status updates, death etc.
|
||||
UpdateLuminosity()
|
||||
// UpdateLuminosity()
|
||||
handle_regular_status_updates()
|
||||
|
||||
if(client)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
handle_regular_status_updates()
|
||||
|
||||
if(client)
|
||||
UpdateLuminosity()
|
||||
// UpdateLuminosity()
|
||||
handle_regular_hud_updates()
|
||||
update_items()
|
||||
if (src.stat != DEAD) //still using power
|
||||
@@ -301,4 +301,4 @@
|
||||
/mob/living/silicon/robot/update_canmove()
|
||||
if(paralysis || stunned || weakened || buckled || lockcharge) canmove = 0
|
||||
else canmove = 1
|
||||
return canmove
|
||||
return canmove
|
||||
|
||||
Reference in New Issue
Block a user