Gives Golems access to Xenobiology (#25484)

This commit is contained in:
PollardTheDragon
2024-05-24 20:08:34 +00:00
committed by GitHub
parent 624a1261f8
commit fbfd1bf82a
+1 -1
View File
@@ -1034,7 +1034,7 @@
name = "Free Golem ID"
desc = "A card used to claim mining points and buy gear. Use it to mark it as yours."
icon_state = "research"
access = list(ACCESS_FREE_GOLEMS, ACCESS_ROBOTICS, ACCESS_CLOWN, ACCESS_MIME) //access to robots/mechs
access = list(ACCESS_FREE_GOLEMS, ACCESS_ROBOTICS, ACCESS_CLOWN, ACCESS_MIME, ACCESS_XENOBIOLOGY) //access to robots/mechs
var/registered = FALSE
/obj/item/card/id/golem/attack_self(mob/user as mob)