mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Add 'as anything' to various for loops
This commit is contained in:
@@ -40,8 +40,7 @@
|
||||
if(!stamped)
|
||||
stamped = new
|
||||
else if(stamped)
|
||||
for(var/S in stamped)
|
||||
var/obj/item/weapon/stamp/ = S
|
||||
for(var/obj/item/weapon/stamp/stamp as anything in stamped)
|
||||
var/image/stampoverlay = image('icons/obj/bureaucracy.dmi', "paperplane_[initial(stamp.icon_state)]")
|
||||
add_overlay(stampoverlay)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user