Files
Bubberstation/code/modules/antagonists
SkyratBot ecfcf7ba77 [MIRROR] Fix traitor trapper tool hard delete [MDB IGNORE] (#21909)
* Fix traitor trapper tool hard delete (#76098)

## About The Pull Request

There's no need to hold an unmanaged reference to something just to
check if it's been created or not

If the intent was to be "let the traitor re-summon it if it gets deleted
somehow", this should be using a weakref and resolving it, but I'm not
sure if that was the intention so I'm changing it to a bool

## Why It's Good For The Game

Hard deletes bad

## Changelog

🆑 Melbert
fix: Fix hard delete in traitor trap tool objective
/🆑

* Fix traitor trapper tool hard delete

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
2023-06-18 13:43:32 +01:00
..