mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
sane stacks (#18342)
* sane stacks * . * . * . * - * clean that up * . * . * fix chat scaling * readd cords * . * guh --------- Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
desc = "Soft substance produced by bees. Used to make candles."
|
||||
icon = 'icons/obj/beekeeping.dmi'
|
||||
icon_state = "wax"
|
||||
default_type = "wax"
|
||||
default_type = MAT_WAX
|
||||
pass_color = TRUE
|
||||
strict_color_stacking = TRUE
|
||||
|
||||
@@ -314,7 +314,7 @@
|
||||
recipes = wax_recipes
|
||||
|
||||
/datum/material/wax
|
||||
name = "wax"
|
||||
name = MAT_WAX
|
||||
stack_type = /obj/item/stack/material/wax
|
||||
icon_colour = "#fff343"
|
||||
melting_point = T0C+300
|
||||
|
||||
Reference in New Issue
Block a user