mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-31 19:53:17 +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
|
||||
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!)
|
||||
- Custom spaz "curse_time" values now work properly. (Thanks Temp!)
|
||||
|
||||
### 1.7.32 (build 21741, api 8, 2023-12-20)
|
||||
- Fixed a screen message that no one will ever see (Thanks vishal332008?...)
|
||||
|
||||
@ -50,3 +50,6 @@
|
||||
|
||||
### Rikko
|
||||
- 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)
|
||||
)
|
||||
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user