Merge pull request #10983 from Dave-TH/medbay_qol

Medical QOL Bugfix - Round 2
This commit is contained in:
variableundefined
2019-03-03 22:27:15 +08:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -132,9 +132,7 @@
if(clamps_locked)
to_chat(user, "<span class='warning'>You try to tug out [defib], but the mount's clamps are locked tight!</span>")
return
if(!user.put_in_hands(defib))
to_chat(user, "<span class='warning'>You need a free hand!</span>")
return
user.put_in_hands(defib)
user.visible_message("<span class='notice'>[user] unhooks [defib] from [src].</span>", \
"<span class='notice'>You slide out [defib] from [src] and unhook the charging cables.</span>")
playsound(src, 'sound/items/deconstruct.ogg', 50, TRUE)
+1 -1
View File
@@ -17,7 +17,7 @@
if(bag.reagents.total_volume)
var/image/filling = image('icons/goonstation/objects/iv.dmi', src, "hangingbag-fluid")
filling.icon += mix_color_from_reagents(bag.reagents.reagent_list)
add_overlay(overlays)
add_overlay(filling)
/obj/machinery/iv_drip/MouseDrop(mob/living/target)
if(usr.incapacitated())