Polaris code changes ended up being not compatable with vorestation stuff, this should correct that.
This commit is contained in:
Unknown
2019-04-12 12:20:27 -04:00
parent 16ee6b9221
commit 1f94602c85
@@ -1003,7 +1003,7 @@
if(icontype == "Custom")
icon = CUSTOM_ITEM_SYNTH
else // This is to fix an issue where someone with a custom borg sprite chooses a non-custom sprite and turns invisible.
icon = 'icons/mob/robots.dmi'
vr_sprite_check() //VOREStation Edit
icon_state = module_sprites[icontype]
updateicon()