Skip to content

Commit

Permalink
Fix #3255: 80s Coop Checkpoint not switching checkmark/timer sign at all
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Jul 8, 2022
1 parent 0e8dbc9 commit 2b8d005
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 214 deletions.
16 changes: 14 additions & 2 deletions packages/tspen/checkpoint/info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"Folder" "coop_check_clean"
"Config"
{
"Replacements"
{
"%DECADE%" "50s"
}
"Conditions"
{
"Condition"
Expand All @@ -48,8 +52,8 @@
{
"AddOverlay"
{
// Shared by 50s/60s/70s/80s maps
"file" "instances/BEE2/50s/items/tspen/coop_checkpoint_logic.vmf"
// Shared by 50s/60s/70s maps
"file" "instances/BEE2/%DECADE%/items/tspen/coop_checkpoint_logic.vmf"
}
}
}
Expand Down Expand Up @@ -83,6 +87,14 @@
{
"0" "instances/BEE2/80s/items/tspen/coop_checkpoint.vmf"
}
// The logic is different, due to using modern indicators.
"Append"
{
"Replacements"
{
"%DECADE%" "80s"
}
}
}
}
}
Expand Down
Loading

0 comments on commit 2b8d005

Please sign in to comment.