mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Two as anything greps (and some other cleanup) (#92974)
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
if(!istype(item, /obj/item/syndicrate_key) || created_items)
|
||||
return ..()
|
||||
created_items = TRUE
|
||||
for(var/item_path as anything in unlock_contents)
|
||||
for(var/item_path in unlock_contents)
|
||||
new item_path(src)
|
||||
unlock_contents = list()
|
||||
qdel(item)
|
||||
|
||||
Reference in New Issue
Block a user