mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Merge pull request #17838 from KorPhaeron/lavaland3
Fixes lavaland atmos
This commit is contained in:
@@ -247,7 +247,8 @@
|
||||
if(stage == 3)
|
||||
return
|
||||
ChangeTurf(turf_type, defer_change)
|
||||
AfterChange()
|
||||
spawn(10)
|
||||
AfterChange()
|
||||
|
||||
/turf/closed/mineral/gibtonite/volcanic
|
||||
initial_gas_mix = "o2=14;n2=23;TEMP=300"
|
||||
@@ -379,7 +380,8 @@
|
||||
new mineralType(src)
|
||||
feedback_add_details("ore_mined","[mineralType]|[mineralAmt]")
|
||||
ChangeTurf(turf_type, defer_change)
|
||||
AfterChange()
|
||||
spawn(10)
|
||||
AfterChange()
|
||||
playsound(src, 'sound/effects/break_stone.ogg', 50, 1) //beautiful destruction
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user