mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-10 09:23:18 +00:00
swapping the tags for autochangelog (#8262)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ export const CHANGELOG_ENTRIES = [
|
||||
],
|
||||
|
||||
[
|
||||
["remap", "maptweak"],
|
||||
["maptweak", "remap"],
|
||||
{
|
||||
placeholders: ["tweaked something in a map"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user