mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Replaces typesof with subtypesof where applicable
This commit is contained in:
@@ -82,5 +82,5 @@
|
||||
/obj/item/weapon/storage/box/testing_disks
|
||||
New()
|
||||
..()
|
||||
for(var/typekey in typesof(/obj/item/weapon/disk/file) - /obj/item/weapon/disk/file)
|
||||
for(var/typekey in subtypesof(/obj/item/weapon/disk/file))
|
||||
new typekey(src)
|
||||
Reference in New Issue
Block a user