Generic IPC Creation (#21614)

Since the unbranded IPC frame is not canonical and isn't intended to
exist anywhere, this PR makes it so that when you create a new IPC as a
machinist, the IPC will default to a Baseline frame rather than an
Unbranded frame.
This commit is contained in:
VMSolidus
2025-11-30 11:16:53 +00:00
committed by GitHub
parent 5a668b1b72
commit 83dfafb8c9
2 changed files with 5 additions and 1 deletions
@@ -8,7 +8,7 @@
var/list/part = null // Order of args is important for installing robolimbs.
var/sabotaged = 0 //Emagging limbs can have repercussions when installed as prosthetics.
var/model_info
var/linked_frame = SPECIES_IPC_UNBRANDED
var/linked_frame = SPECIES_IPC
dir = SOUTH
/obj/item/robot_parts/set_dir()