RimWorld

RimWorld

Small Comms Console [1.0]
sdp0et 7 Dec, 2018 @ 8:49pm
Small Comms Console doesn't register as a comms console
Prometheus has a trigger based on the player having a comms console built. This uses CommConsoleUtility from the base game assembly which determines this based on Things that have a ThingDef of CommConsole
map.listerThings.ThingsMatching(ThingRequest.ForDef(ThingDefOf.CommsConsole));
and a comp CompPowerTrader.

The Small Comms Console has the comp but not the ThingDef. I assume that if it had CommsConsole as it's parent it would then satisfy this requirement allowing it to satisfy the other mod condition (and any others that set triggers based on having Comms Console).