swapping the tags for autochangelog (#8262)

This commit is contained in:
Kashargul
2024-04-19 16:08:28 +02:00
committed by GitHub
parent 4ebacc748b
commit 28c0f3490f
4 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@
name = "Hard Feet" // Free protection 4 ur pawbs
desc = "Makes your nice clawed, scaled, hooved, armored, or otherwise just awfully calloused feet immune to glass shards."
cost = 0 //CHOMP Edit
var_changes = list("flags" = NO_MINOR_CUT) //Checked the flag is only used by shard stepping.
var_changes = list("feet_mod" = NO_MINOR_CUT) //Checked the flag is only used by shard stepping.
/datum/trait/neutral/big_mouth
name = "Fast Eater, Minor"

View File

@@ -2,4 +2,4 @@ author: "cadyn"
delete-after: True
changes:
- bugfix: "Splash screen inconsistency"
- remap: "add splash screen to centcomm Z-level"
- maptweak: "add splash screen to centcomm Z-level"

View File

@@ -54,7 +54,7 @@
desc = "For whatever strange genetic reason, defibs cannot restart your heart."
cost = 0
custom_only = FALSE
var_changes = list("flags" = NO_DEFIB)
var_changes = list("defib_mod" = NO_DEFIB)
can_take = ORGANICS //Mostly because I think synth code bypasses the no defib thing. Or maybe that is just vox
excludes = list(/datum/trait/negative/noresleeve) //No, just, no
@@ -63,7 +63,7 @@
desc = "Your genetics have been ruined, to the point where resleeving can no longer bring you back, including the autoresleever."
cost = -1
custom_only = TRUE
var_changes = list("flags" = NO_SCAN)
var_changes = list("scan_mod" = NO_SCAN)
excludes = list(/datum/trait/negative/nodefib) //No, just, no

View File

@@ -40,7 +40,7 @@ export const CHANGELOG_ENTRIES = [
],
[
["remap", "maptweak"],
["maptweak", "remap"],
{
placeholders: ["tweaked something in a map"],
},