mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-18 05:32:58 +00:00
* CTF flags can now be admin deleted, they also wont catch fire now (bugfix) (#73595) ## About The Pull Request CTF flags used to respawn whenever deleted, this made it impractical to implement any way of fully unloading the map and made it so admins couldn't delete the flag if one had been spawned on accident, this is now gone. While doing this I also found out CTF flags were not lava proof which meant that they could catch fire and the shotgun class would then be unable to pick them up without burning their hands. The only impact of the respawn change is that CTF maps cannot contain a supermatter crystal anymore but this should be easy enough to avoid. ## Why It's Good For The Game Bug fix + removes some bad code ## Changelog 🆑 fix: CTF flags will no longer catch fire when placed into lava, preventing one class from picking it up. code: CTF flags no longer respawn when they get qdeleted, this means you can now delete them when debugging/as an admin. /🆑 * CTF flags can now be admin deleted, they also wont catch fire now (bugfix) --------- Co-authored-by: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com>