new appliance textures and moved departments
@@ -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"
|
||||
|
After Width: | Height: | Size: 565 B |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 33 KiB |
@@ -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'
|
||||
@@ -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"
|
||||
|
||||