mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
[MDB IGNORE] Lavaland Mineral Rework: Yapmining 2026 (#95682)
This commit is contained in:
@@ -264,7 +264,7 @@ GLOBAL_DATUM(necropolis_gate, /obj/structure/necropolis_gate/legion_gate)
|
||||
|
||||
var/static/list/give_turf_traits
|
||||
if(!give_turf_traits)
|
||||
give_turf_traits = string_list(list(TRAIT_LAVA_STOPPED, TRAIT_CHASM_STOPPED, TRAIT_IMMERSE_STOPPED))
|
||||
give_turf_traits = string_list(list(TRAIT_TURF_IGNORE_SLOWDOWN, TRAIT_LAVA_STOPPED, TRAIT_CHASM_STOPPED, TRAIT_IMMERSE_STOPPED))
|
||||
AddElement(/datum/element/give_turf_traits, give_turf_traits)
|
||||
|
||||
/obj/structure/stone_tile/singularity_pull(atom/singularity, current_size)
|
||||
|
||||
Reference in New Issue
Block a user