Component safety (#18181)

* Locks component add/remove behind Debug

* SK Component fix
This commit is contained in:
Cameron Lennox
2025-08-06 15:12:05 +02:00
committed by GitHub
parent f9649b28c4
commit b999aa0cbd
2 changed files with 3 additions and 3 deletions
@@ -92,7 +92,7 @@
/datum/component/shadekin/Initialize()
//normal component bs
if(!isliving(parent))
if(!isliving(parent) || issilicon(parent))
return COMPONENT_INCOMPATIBLE
owner = parent
if(ishuman(owner))