mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +01:00
Tin man no longer causes you to drop all of your regular organs when you spawn in (#76908)
## About The Pull Request People using the tin man trait will no longer spawn with all their biological organs on the floor. Fixes https://github.com/tgstation/tgstation/issues/76700 ## Why It's Good For The Game Bugs are bad. ## Changelog 🆑 fix: Tin man no longer causes you to drop all of your organs. /🆑 --------- Co-authored-by: Time-Green <7501474+Time-Green@users.noreply.github.com>
This commit is contained in:
@@ -743,7 +743,7 @@
|
||||
for(var/organ_slot in possible_organ_slots)
|
||||
var/organ_path = possible_organ_slots[organ_slot]
|
||||
var/obj/item/organ/new_organ = new organ_path()
|
||||
new_organ.Insert(human_holder, special = TRUE)
|
||||
new_organ.Insert(human_holder, special = TRUE, drop_if_replaced = FALSE)
|
||||
|
||||
/datum/quirk/tin_man/post_add()
|
||||
to_chat(quirk_holder, span_boldannounce("Most of your internal organs have been replaced with surplus prosthetics. They are fragile and will easily come apart under duress. \
|
||||
|
||||
Reference in New Issue
Block a user