mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
[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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user