mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Fixes dental implant runtime (#21256)
* Fixes dental implant runtime * oranges is right
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user