Make text blue

This commit is contained in:
Couls
2019-03-11 21:44:32 -04:00
parent 7b08f73b25
commit 2f23d50740
+5 -1
View File
@@ -2,7 +2,7 @@
/obj/item/defibrillator
name = "defibrillator"
desc = "A device that delivers powerful shocks to detachable paddles that resuscitate incapacitated patients. Ctrl-click on it to remove the paddles from the defibrillator."
desc = "A device that delivers powerful shocks to detachable paddles that resuscitate incapacitated patients."
icon_state = "defibunit"
item_state = "defibunit"
slot_flags = SLOT_BACK
@@ -41,6 +41,10 @@
update_overlays()
update_charge()
/obj/item/defibrillator/examine(mob/user)
..(user)
to_chat(user,"<span class='notice'>Ctrl-click to remove the paddles from the defibrillator.")
/obj/item/defibrillator/proc/update_power()
if(bcell)
if(bcell.charge < paddles.revivecost)