[FIX] Printing an IPC head on an exosuit fabricator no longer runtimes. (#26263)

* Replica syndicate space suit sprites

* Revert "Replica syndicate space suit sprites"

This reverts commit 1fb5cf68ac.

* Printing an IPC head no longer runtimes

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
Adrer
2024-07-22 09:41:55 +02:00
committed by GitHub
parent b057000cf5
commit 093cf3dd4d
@@ -833,7 +833,10 @@ Note that amputating the affected organ does in fact remove the infection from t
AddComponent(/datum/component/surgery_initiator/limb, forced_surgery = /datum/surgery/reattach_synth)
if(company && istext(company))
set_company(company, owner.dna.species.sprite_sheet_name)
if(owner)
set_company(company, owner.dna.species.sprite_sheet_name)
else
set_company(company, "Human")
limb_flags |= CANNOT_BREAK
get_icon()