1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-08 22:31:36 -05:00

89 Commits

Author SHA1 Message Date
Jbleezy
184b510264 Jet Gun: disable spin up while meleeing 2024-01-13 18:13:28 -08:00
Jbleezy
66f68fabc9 Melee weapons: fix missing checks for held weapon 2023-12-22 15:41:48 -08:00
Jbleezy
2307b42033 EMP Grenade: decrease player EMP time
EMP Grenade: change projectile speed, explosion radius, and shellshock to match MP
Optimize EMP Grenade code
2023-12-20 20:24:22 -08:00
Jbleezy
b31110f8a6 Unpad brackets 2023-12-16 21:11:47 -08:00
Jbleezy
d9b261f49e Unpad inside of parens 2023-12-16 20:01:17 -08:00
Jbleezy
c87c2da9a0 Pad space between keyword and paren 2023-12-16 18:31:54 -08:00
Jbleezy
4202d3bbd8 Fix various syntax issues 2023-12-16 17:18:01 -08:00
Jbleezy
51a53928e7 Pad empty lines around blocks 2023-12-16 16:12:15 -08:00
Jbleezy
15a57d606c Convert all indentations to tabs 2023-12-16 05:38:03 -08:00
Jbleezy
c5d290c723 Remove unnecessary includes 2023-12-15 19:52:51 -08:00
Jbleezy
8d2538c047 Tranzit: decrease zombie explosion max damage 2023-12-15 19:30:14 -08:00
Jbleezy
fe6ccabc22 Tranzit: change lava damage 2023-12-15 19:04:55 -08:00
Jbleezy
9bcd638681 Jet Gun: move overheat/cooldown rate changes to weapon file
Jet Gun: no longer heats up when firing while meleeing
2023-12-15 17:09:30 -08:00
Jbleezy
1aa8c67472 Rename spawn point to spawn group 2023-10-19 17:00:56 -07:00
Jbleezy
9a7c5d1490 Optimize register map spawn code
Fix register map spawn point code
2023-10-19 14:23:14 -07:00
Jbleezy
21d6babb95 Town: add spawn points in other zones 2023-10-19 01:58:43 -07:00
Jbleezy
4d9cdbf249 Optimize player spawn override code 2023-10-18 18:44:38 -07:00
Jbleezy
8b5da00433 Tranzit: move Outside Bus Depot spawn points 2023-10-18 00:43:11 -07:00
Jbleezy
af4bdad65f Weapon locker: fill placed weapon clip ammo 2023-09-28 23:23:49 -07:00
Jbleezy
7423d548c6 Zombies: decrease melee damage
Players: change low health threshold
2023-09-25 19:11:37 -07:00
Jbleezy
a3058d71ff Tranzit: add objects in front of unused buildable tables 2023-05-12 17:35:30 -07:00
Jbleezy
a20209d1b6 Denizens: decrease health 2023-05-06 23:39:43 -07:00
Jbleezy
64e61ce84e Tranzit: fix initial inert zombies not spawning on dedis 2023-04-27 04:57:39 -07:00
Jbleezy
4d7a89ee3e Tranzit: zombies killed by the bus no longer respawn 2023-04-22 01:46:19 -07:00
Jbleezy
4e1bcca300 Tranzit: adjust zombie riser heights 2023-04-21 15:12:16 -07:00
Jbleezy
590d1c9a81 Tranzit: remove link_nodes (doesn't work) 2023-04-19 00:38:17 -07:00
Jbleezy
474d3bc43e Simplify is_classic check 2023-04-19 00:29:52 -07:00
Jbleezy
98e19073e3 Tranzit: fix cornfield_spawn_path_nodes 2023-04-19 00:21:58 -07:00
Jbleezy
7bf1cd4a15 Zombies deleted due to distance always respawn 2023-04-18 13:57:45 -07:00
Jbleezy
1ea9e4a6d9 Jet Gun: fix sound_ent_cleanup 2023-04-17 20:19:18 -07:00
Jbleezy
4639e1bfe1 Avogadro: drops a random powerup when killed 2023-04-13 20:56:14 -07:00
Jbleezy
00573a6edf Avogadro: decrease minimum attack distance 2023-04-13 16:42:04 -07:00
Jbleezy
82f3558508 Zombies: change height to 48 on all maps 2023-04-12 20:21:41 -07:00
Jbleezy
e3af893cf2 Zombies: change height to 60 on all maps 2023-04-10 13:08:53 -07:00
Jbleezy
269158ed7c Tranzit: lamp post portals stay active 2023-04-06 01:30:36 -07:00
Jbleezy
ff0f375270 Tranzit: Quest changes 2023-04-05 19:14:07 -07:00
Jbleezy
05fa5c242a NAV Table changes 2023-04-01 02:48:00 -07:00
Jbleezy
2f7dd1a1ec Denizens: spawn 1 per player in fog 2023-03-28 13:36:22 -07:00
Jbleezy
5900f9ca03 Tranzit: players can be revived in the fog easier 2023-03-27 23:51:05 -07:00
Jbleezy
e7fe73e215 Denizen: change player melee damage properly 2023-03-27 23:26:56 -07:00
Jbleezy
84eb491bc2 Tranzit: bus wallbuy trigger functions the same as other wallbuy triggers 2023-03-27 22:51:25 -07:00
Jbleezy
db6de0b212 Tranzit: fix B23R hint string and ammo costs 2023-03-27 15:34:30 -07:00
Jbleezy
b1383377e5 Tranzit: attach powerups to bus 2023-03-27 14:48:28 -07:00
Jbleezy
f349712d6f Tranzit: Increase bus speed 2023-03-27 02:53:31 -07:00
Jbleezy
a6e814746b Tranzit: fix prone being disabled if screecher detached while player was on bus 2023-03-26 22:38:27 -07:00
Jbleezy
361fe788ef Tranzit: add collision to Cornfield area that is out of map 2023-03-22 18:53:38 -07:00
Jbleezy
904925b36a Tranzit: fix PaP area still being open after turning off power 2023-03-22 18:27:43 -07:00
Jbleezy
5a74a11bd8 Power Station: remove PaP power door trigger 2023-03-22 18:18:09 -07:00
Jbleezy
72de850953 Meat powerup: deletes when thrown into lava 2023-03-20 21:24:02 -07:00
Jbleezy
73cf91ff01 Tranzit: fix Cornfield pathing 2023-03-16 22:16:41 -07:00