File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
code/modules/materials/definitions Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 77 latent_heat = 2258
88 abstract_type = / decl/ material/ liquid
99 accelerant_value = FUEL_VALUE_SUPPRESSANT // Abstract way of dousing fires with fluid; realistically it should deprive them of oxidizer but heigh ho
10+ // Assume if we're dealing with stacks, then it's solid (like ice)
11+ sound_manipulate = ' sound/foley/rockscrape.ogg'
12+ sound_dropped = ' sound/foley/rockscrape.ogg'
1013
1114/ decl/ material/ liquid/ Initialize()
1215 if (! gas_name)
Original file line number Diff line number Diff line change 4343 dug_drop_type = / obj / item/ stack/ material/ ore/ handful
4444 default_solid_form = / obj / item/ stack/ material/ lump/ large
4545 can_backfill_floor_type = / decl/ flooring/ snow
46+ sound_manipulate = ' sound/foley/paperpickup2.ogg'
47+ sound_dropped = ' sound/foley/paperpickup1.ogg'
4648
4749/ decl/ material/ solid/ ice/ snow/ handle_stain_dry( obj / effect/ decal/ cleanable/ blood/ stain)
4850 var /ambient_temperature = stain. get_ambient_temperature()
Original file line number Diff line number Diff line change 236236 dug_drop_type = / obj / item/ stack/ material/ ore/ handful
237237 default_solid_form = / obj / item/ stack/ material/ ore/ handful
238238 can_backfill_floor_type = / decl/ flooring/ sand
239+ sound_manipulate = ' sound/foley/paperpickup2.ogg'
240+ sound_dropped = ' sound/foley/paperpickup1.ogg'
239241
240242/ decl/ material/ solid/ clay
241243 name = " clay"
261263 can_backfill_floor_type = / decl/ flooring/ clay
262264 gemstone_chance = 0.01
263265 gemstone_types = list (/ decl/ material/ solid/ gemstone/ sapphire = 1 )
266+ sound_manipulate = ' sound/foley/paperpickup2.ogg'
267+ sound_dropped = ' sound/foley/paperpickup1.ogg'
264268
265269/ decl/ material/ solid/ soil
266270 name = " soil"
281285 )
282286 solution_name = " mud"
283287 coated_adjective = " muddy"
288+ sound_manipulate = ' sound/foley/paperpickup2.ogg'
289+ sound_dropped = ' sound/foley/paperpickup1.ogg'
284290
285291// todo: make mud either its own material or a mix of dirt and water
286292// or let dirt be in the liquid volumes list for mud?
You can’t perform that action at this time.
0 commit comments