POLARIS: Fix a couple organ dropping bugs

This commit is contained in:
Arokha Sieyes
2018-03-17 22:15:13 -04:00
parent 77e8d93e66
commit 44871477a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)