mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Makes photos visible on bundles
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user