mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
17 lines
600 B
Plaintext
17 lines
600 B
Plaintext
// Ok, technically not stones, but the snowbrick's function is similar to sandstone and marble
|
|
/obj/item/stack/material/snow
|
|
name = MAT_SNOW
|
|
desc = "The temptation to build a snowman rises."
|
|
icon_state = "sheet-snow"
|
|
drop_sound = 'sound/items/drop/gloves.ogg'
|
|
pickup_sound = 'sound/items/pickup/clothing.ogg'
|
|
default_type = MAT_SNOW
|
|
|
|
/obj/item/stack/material/snowbrick
|
|
name = "snow brick"
|
|
desc = "For all of your igloo building needs."
|
|
icon_state = "sheet-snowbrick"
|
|
default_type = MAT_SNOWBRICK
|
|
drop_sound = 'sound/items/drop/gloves.ogg'
|
|
pickup_sound = 'sound/items/pickup/clothing.ogg'
|