mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
* gah muhfuckin dam!! * boutta go eat me some chicken parmesan * gates and fence gates * things that dont exist anymore * updates some of the other stuff * hot and steamy * oops * those particles shoulda ctually work now * fixes various things * makes the fence gate actually work * right * fixes some stuff * are u a grass? * this map is cool as fuck * wow those forge structures are crusty ahh hell * lets get lighting that looks cooler * wall mounted torches for lighting * i have plans that I cannot share with you * ohj yea,, * i think the map might be ready * map template, removes the old map * right, component lists * oops 2 * may i be confused forever * lets do the automapper solution * fixes fences * makes the posts more resistant to stray plasma cutter bolts * linta * puts some climbing hooks around * everything everywhere all at once * reverts the forge structure change * Update modular_skyrat/modules/primitive_structures/code/storage_structures.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/primitive_structures/code/storage_structures.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/primitive_structures/code/storage_structures.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/primitive_cooking_additions/code/stone_stove.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/primitive_cooking_additions/code/stone_oven.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/primitive_cooking_additions/code/stone_oven.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/modules/primitive_cooking_additions/code/stone_stove.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * makes big doors reset their layer when not facing east * im so mad * makes the vendor actually work for cats again * that's not suppsoed to happen * fixes test failure --------- Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
9 lines
415 B
Plaintext
9 lines
415 B
Plaintext
/turf/open/misc/grass/roofing
|
|
name = "thatched roof"
|
|
desc = "A collection of various dried greens, not so green anymore, that makes a passable roof material."
|
|
baseturfs = /turf/open/openspace/icemoon
|
|
initial_gas_mix = "ICEMOON_ATMOS"
|
|
icon_state = "grass-255"
|
|
icon = 'modular_skyrat/modules/primitive_structures/icons/roofing.dmi'
|
|
smooth_icon = 'modular_skyrat/modules/primitive_structures/icons/roofing.dmi'
|