mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Rusting off the elements system. Makes rust appliable to turfs, adds heretic rust to revenants. (#27367)
* puts rust on hold * fixes overlays * defines it * need this * fuck * never work on conflicts during a rpg * continue work * rust works
This commit is contained in:
@@ -144,7 +144,8 @@ GLOBAL_LIST_INIT(traits_by_type, list(
|
||||
),
|
||||
|
||||
/turf = list(
|
||||
"bluespace_speed_trait" = TRAIT_BLUESPACE_SPEED
|
||||
"bluespace_speed_trait" = TRAIT_BLUESPACE_SPEED,
|
||||
"TRAIT_RUSTY" = TRAIT_RUSTY
|
||||
),
|
||||
|
||||
/obj/effect = list(
|
||||
|
||||
Reference in New Issue
Block a user