Commit Graph

5 Commits

Author SHA1 Message Date
noirogen
72b418bdfb Fixes hostile mob's friends list entries getting deleted while in use (#37297)
* Adds a check to ensure that the lastassailant weakref isn't also being used by a hostile mob for its friends list, preventing mobs from forgetting their friends.

* Replaces lastassailant weakref deletion with setting to null

Fixes bugs caused by the lastassailant weakref getting deleted, which would break any other objects that were using that weakref.
2024-10-31 09:55:26 -04:00
SECBATON GRIFFON
22099bca6e Makes LAssailant a weakref (#36351)
* Makes LAssailant a weakref

* Makes LAssailant a weakref

* Makes LAssailant a weakref

* Makes LAssailant a weakref

* cleans up comments

* cleans up comments

* cleanup

* cleanup

* cleans up this comment now for anyone who could re-enable

* more like old syntax

* better var name

---------

Co-authored-by: SECBATON-GRIFFON <>
2024-04-17 07:56:24 -04:00
jwhitak
ac365a1019 various HUD fixes (#35948) 2024-02-11 21:33:29 -06:00
DeityLink
bdfe03a599 fix planes (#29958) 2021-07-04 19:16:28 -04:00
DeityLink
842425470f Added a certain admin request (#29782)
* surprise

* fix

* moved to its own file

* I can't into basic math

* warnings

* formalities

* let the gamemode be free

* separation

* gne
2021-06-21 16:16:59 -05:00