sabre fixes

This commit is contained in:
S34NW
2021-08-22 20:35:46 +01:00
parent 1d702d6250
commit 27b88d027b
5 changed files with 1 additions and 1 deletions
@@ -136,7 +136,7 @@
if(!powered() && !is_drink)
icon_state = "dispenser_nopower"
return
icon_state = "dispenser[beaker ? "_working" : ""]"
icon_state = "[initial(icon_state)][beaker ? "_working" : ""]"
/obj/machinery/chem_dispenser/ex_act(severity)
if(severity < 3)