Fixes dental implant runtime (#21256)

* Fixes dental implant runtime

* oranges is right
This commit is contained in:
AnturK
2016-10-31 19:51:54 +01:00
committed by phil235
parent 059a900e3f
commit 373cfd8303
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
handle_blood()
if(stat != DEAD)
for(var/X in internal_organs)
var/obj/item/organ/O = X
for(var/V in internal_organs)
var/obj/item/organ/O = V
O.on_life()
//Updates the number of stored chemicals for powers
-1
View File
@@ -16,7 +16,6 @@
return 0
user.drop_item()
target.internal_organs += tool
tool.loc = target
var/datum/action/item_action/hands_free/activate_pill/P = new