mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 08:45:43 +08:00
world changing commit
This commit is contained in:
parent
f11d4ac261
commit
f9b9623423
@ -11,6 +11,7 @@
|
|||||||
- Players now get points for killing bots with their own bombs by catching it
|
- Players now get points for killing bots with their own bombs by catching it
|
||||||
and throwing it back at them. This is actually old logic but was disabled due
|
and throwing it back at them. This is actually old logic but was disabled due
|
||||||
to a logic flaw, but should be fixed now. (Thanks VinniTR!)
|
to a logic flaw, but should be fixed now. (Thanks VinniTR!)
|
||||||
|
- Custom spaz "curse_time" values now work properly. (Thanks Temp!)
|
||||||
|
|
||||||
### 1.7.32 (build 21741, api 8, 2023-12-20)
|
### 1.7.32 (build 21741, api 8, 2023-12-20)
|
||||||
- Fixed a screen message that no one will ever see (Thanks vishal332008?...)
|
- Fixed a screen message that no one will ever see (Thanks vishal332008?...)
|
||||||
|
|||||||
@ -50,3 +50,6 @@
|
|||||||
|
|
||||||
### Rikko
|
### Rikko
|
||||||
- Created the original "reject_recently_left_players" plugin
|
- Created the original "reject_recently_left_players" plugin
|
||||||
|
|
||||||
|
### Temp (3alTemp)
|
||||||
|
- Modder & Bug Fixer
|
||||||
@ -624,7 +624,7 @@ class Spaz(bs.Actor):
|
|||||||
1000.0 * (tval + self.curse_time)
|
1000.0 * (tval + self.curse_time)
|
||||||
)
|
)
|
||||||
self._curse_timer = bs.Timer(
|
self._curse_timer = bs.Timer(
|
||||||
5.0, bs.WeakCall(self.handlemessage, CurseExplodeMessage())
|
self.curse_time, bs.WeakCall(self.handlemessage, CurseExplodeMessage())
|
||||||
)
|
)
|
||||||
|
|
||||||
def equip_boxing_gloves(self) -> None:
|
def equip_boxing_gloves(self) -> None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user