Merge pull request #14971 from Arturlang/nanite_updates

Ports update appearance
This commit is contained in:
silicons
2021-08-08 04:06:18 -07:00
committed by GitHub
218 changed files with 2251 additions and 1898 deletions
@@ -6,11 +6,11 @@
if(SEND_SIGNAL(src, COMSIG_COMBAT_MODE_CHECK, COMBAT_MODE_TOGGLED))
return FALSE //let's not override the main draw of the game these days
voremode = !voremode
var/obj/screen/voretoggle/T = locate() in hud_used?.static_inventory
var/atom/movable/screen/voretoggle/T = locate() in hud_used?.static_inventory
T?.update_icon_state()
return TRUE
/mob/living/carbon/proc/disable_vore_mode()
voremode = FALSE
var/obj/screen/voretoggle/T = locate() in hud_used?.static_inventory
var/atom/movable/screen/voretoggle/T = locate() in hud_used?.static_inventory
T?.update_icon_state()