Merge pull request #100 from eyespy2222/Eyecode1

Calo-RIGHT!
This commit is contained in:
MrSky12
2023-05-02 23:18:22 +02:00
committed by GitHub
7 changed files with 164 additions and 2 deletions
+2 -1
View File
@@ -86,7 +86,8 @@
/obj/item/stack/sheet/cardboard = /datum/species/golem/cardboard,
/obj/item/stack/sheet/leather = /datum/species/golem/leather,
/obj/item/stack/sheet/bone = /datum/species/golem/bone,
/obj/item/stack/sheet/cotton/durathread = /datum/species/golem/durathread)
/obj/item/stack/sheet/cotton/durathread = /datum/species/golem/durathread,
/obj/item/stack/sheet/mineral/calorite = /datum/species/golem/calorite)
if(istype(I, /obj/item/stack))
var/obj/item/stack/O = I