Makes photos visible on bundles

This commit is contained in:
Hubblenaut
2014-05-15 22:21:11 +02:00
parent 952d7c9e93
commit 42ab7e2b00
3 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -216,7 +216,9 @@
underlays += img
i++
else if(istype(O, /obj/item/weapon/photo))
img.icon_state = "photo"
var/obj/item/weapon/photo/Ph = O
// img.icon_state = "photo"
img = Ph.tiny
photo = 1
overlays += img
if(i>1)