Merge pull request #14971 from Arturlang/nanite_updates
Ports update appearance
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user