mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Custom items 15/01 (#10999)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user