mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Merge pull request #5690 from lbnesquik/Kates-Wax-Fix
Fix wax appearing to be steel.
This commit is contained in:
@@ -240,11 +240,19 @@
|
||||
desc = "Soft substance produced by bees. Used to make candles."
|
||||
icon = 'icons/obj/beekeeping.dmi'
|
||||
icon_state = "wax"
|
||||
default_type = "wax"
|
||||
|
||||
/obj/item/stack/material/wax/New()
|
||||
..()
|
||||
recipes = wax_recipes
|
||||
|
||||
/material/wax
|
||||
name = "wax"
|
||||
stack_type = /obj/item/stack/material/wax
|
||||
icon_colour = "#fff343"
|
||||
melting_point = T0C+300
|
||||
weight = 1
|
||||
|
||||
var/global/list/datum/stack_recipe/wax_recipes = list( \
|
||||
new/datum/stack_recipe("candle", /obj/item/weapon/flame/candle) \
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user