mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user