Custom items 15/01 (#10999)

This commit is contained in:
Alberyk
2021-01-19 15:50:46 -03:00
committed by GitHub
parent 723e387be7
commit 58467ce2a3
34 changed files with 23 additions and 478 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
// Syndicate stamp to forge documents.
/obj/item/stamp/chameleon/attack_self(mob/user as mob)
var/list/stamp_types = typesof(/obj/item/stamp) - src.type - subtypesof(/obj/item/stamp/fluff)
var/list/stamp_types = typesof(/obj/item/stamp)
var/list/stamp_selection = list()
for(var/stamp_type in stamp_types)