new appliance textures and moved departments

This commit is contained in:
ToonClyde
2022-04-09 18:36:47 -07:00
parent 35e35e9742
commit 92c6efcd40
9 changed files with 1797 additions and 1795 deletions
@@ -0,0 +1,11 @@
/obj/machinery/reagentgrinder/reagentblender
name = "Stand mixer"
desc = "a stationary electric mixer for heavy-duty mixing various foods and other reagents."
icon = 'hyperstation/icons/obj/machinery/reagentblender.dmi'
icon_state = "mixer1"
/obj/machinery/reagentgrinder/reagentblender/update_icon()
if(beaker)
icon_state = "mixer1"
else
icon_state = "mixer0"