Skip to content

Commit

Permalink
Update chem_dispenser.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
theselfish committed Jun 30, 2023
1 parent 65e3908 commit 5456075
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/reagents/chemistry_machinery/chem_dispenser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
"sodium","aluminum","silicon","phosphorus","sulfur","chlorine","potassium","iron",
"copper","mercury","radium","water","ethanol","sugar","sulphuric acid")

/obj/structure/machinery/chem_dispenser/get_examine_text(mob/user)
. = ..()
if(in_range(user, src) || istype(user, /mob/dead/observer))
var/charge = round((energy / max_energy) * 100)
. += SPAN_NOTICE("The charge meter reads [charge]%")

/obj/structure/machinery/chem_dispenser/medbay
network = "Medbay"

Expand Down

0 comments on commit 5456075

Please sign in to comment.