mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Component safety (#18181)
* Locks component add/remove behind Debug * SK Component fix
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user