mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Cloth Golem Fix (#25617)
Needs to be /stack/ instead of /stack/sheet because gauze is not a /sheet/!
This commit is contained in:
committed by
KorPhaeron
parent
e4075f5879
commit
6f0aac2f6d
@@ -50,8 +50,8 @@
|
||||
/obj/item/golem_shell/attackby(obj/item/I, mob/user, params)
|
||||
..()
|
||||
var/species
|
||||
if(istype(I, /obj/item/stack/sheet))
|
||||
var/obj/item/stack/sheet/O = I
|
||||
if(istype(I, /obj/item/stack/))
|
||||
var/obj/item/stack/O = I
|
||||
|
||||
if(istype(O, /obj/item/stack/sheet/metal))
|
||||
species = /datum/species/golem
|
||||
|
||||
Reference in New Issue
Block a user