mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
POLARIS: Fix a couple organ dropping bugs
This commit is contained in:
@@ -330,7 +330,7 @@ var/list/organ_cache = list()
|
||||
var/obj/item/organ/external/affected = owner.get_organ(parent_organ)
|
||||
if(affected) affected.internal_organs -= src
|
||||
|
||||
loc = get_turf(owner)
|
||||
loc = owner.drop_location()
|
||||
processing_objects |= src
|
||||
rejecting = null
|
||||
var/datum/reagent/blood/organ_blood = locate(/datum/reagent/blood) in reagents.reagent_list
|
||||
|
||||
@@ -816,7 +816,7 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
|
||||
if(!cannot_amputate)
|
||||
if(nonsolid && damage >= max_damage)
|
||||
droplimb(TRUE, DROPLIMB_BLUNT)
|
||||
droplimb(TRUE, DROPLIMB_EDGE)
|
||||
//VOREStation Add Start
|
||||
if(robotic >= ORGAN_NANOFORM && damage >= max_damage)
|
||||
droplimb(TRUE, DROPLIMB_BURN)
|
||||
|
||||
Reference in New Issue
Block a user