mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 15:04:21 +00:00
Makes organ removal/attachment right again (#5192)
* Makes organ removal/attachment right again * Limb reattach - Changeo Loggo
This commit is contained in:
committed by
Atermonera
parent
debef5a5fe
commit
a849010ab1
@@ -1189,6 +1189,8 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
victim.organs -= src
|
||||
victim.organs_by_name[organ_tag] = null // Remove from owner's vars.
|
||||
|
||||
status |= ORGAN_CUT_AWAY //Checked during surgeries to reattach it
|
||||
|
||||
//Robotic limbs explode if sabotaged.
|
||||
if(is_robotic && sabotaged)
|
||||
victim.visible_message(
|
||||
|
||||
Reference in New Issue
Block a user