Ports "Removes some getflaticon calls from things that don't draw browser interfaces"

This commit is contained in:
Ghommie
2019-07-16 23:15:52 +02:00
parent 8c1b7c4f22
commit 676186ee36
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -132,7 +132,7 @@
else
var/list/choice_list = list()
for(var/obj/item/I in items_list)
choice_list[I] = getFlatIcon(I)
choice_list[I] = image(I)
var/obj/item/choice = show_radial_menu(owner, owner, choice_list)
if(owner && owner == usr && owner.stat != DEAD && (src in owner.internal_organs) && !holder && (choice in contents))
// This monster sanity check is a nice example of how bad input is.