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
File diff suppressed because it is too large Load Diff
@@ -299,6 +299,7 @@
name = "industrial welding tool"
desc = "A slightly larger welder with a larger tank."
icon_state = "indwelder"
item_state = "indwelder"
max_fuel = 40
materials = list(MAT_GLASS=60)
@@ -315,6 +316,7 @@
name = "emergency welding tool"
desc = "A miniature welder used during emergencies."
icon_state = "miniwelder"
item_state = "miniwelder"
max_fuel = 10
w_class = WEIGHT_CLASS_TINY
materials = list(MAT_METAL=30, MAT_GLASS=10)
@@ -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"
Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 33 KiB

+2 -2
View File
@@ -5,7 +5,7 @@
//CROWBAR
/obj/item/crowbar
icon = 'modular_citadel/icons/obj/tools.dmi'
icon = 'icons/obj/tools.dmi'
//WIRECUTTERS disabled pending better sprites
/*
@@ -15,4 +15,4 @@
//WRENCH
/obj/item/wrench
icon = 'modular_citadel/icons/obj/tools.dmi'
icon = 'icons/obj/tools.dmi'
+1
View File
@@ -3211,6 +3211,7 @@
#include "hyperstation\code\obj\stargate_clothing.dm"
#include "hyperstation\code\obj\vibrator.dm"
#include "hyperstation\code\obj\items\lorebooks.dm"
#include "hyperstation\code\obj\Kitchen compliances\reagentblender.dm"
#include "hyperstation\code\obj\Lambent\gloves.dm"
#include "hyperstation\code\obj\Lambent\shoes.dm"
#include "hyperstation\code\obj\Lambent\suit.dm"