mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 12:46:17 +01:00
new appliance textures and moved departments
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user