Fixes some golem oversights. (#30605)

This commit is contained in:
XFirebirdX
2025-10-04 00:33:19 +00:00
committed by GitHub
parent d371951ee9
commit 31a357b48d
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -208,6 +208,7 @@
desc = "A tightly furled roll of paper, covered with indecipherable runes."
icon = 'icons/obj/wizard.dmi'
icon_state = "scroll"
requires_golem_person = TRUE
/obj/item/organ/internal/brain/cluwne
+2 -1
View File
@@ -32,7 +32,8 @@
var/requires_robotic_bodypart = FALSE
/// When this variable is true, it can only be installed on the machine person species.
var/requires_machine_person = FALSE
/// When this variable is true, it can only be inserted on the golem species.
var/requires_golem_person = FALSE
///Should this organ be destroyed on removal?
var/destroy_on_removal = FALSE