Moves material stacks to modules/materials

This commit is contained in:
Atermonera
2021-04-22 18:59:27 -04:00
committed by VirgoBot
parent 89cd974e6a
commit d9fffdd07b
54 changed files with 4180 additions and 1397 deletions
+15
View File
@@ -0,0 +1,15 @@
/obj/item/stack/material/plastic
name = "plastic"
icon_state = "sheet-plastic"
default_type = "plastic"
no_variants = FALSE
/obj/item/stack/material/cardboard
name = "cardboard"
icon_state = "sheet-card"
default_type = "cardboard"
no_variants = FALSE
pass_color = TRUE
strict_color_stacking = TRUE
drop_sound = 'sound/items/drop/cardboardbox.ogg'
pickup_sound = 'sound/items/pickup/cardboardbox.ogg'