mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-09 13:28:15 -05:00
Encounter: store EMP Grenade and Meat as player damage
This commit is contained in:
@ -201,6 +201,7 @@ player_perk_pause_and_unpause_all_perks(time, owner)
|
||||
{
|
||||
self.last_emped_by = spawnStruct();
|
||||
self.last_emped_by.attacker = owner;
|
||||
self [[level.store_player_damage_info_func]](owner, "emp_grenade_zm", "MOD_GRENADE_SPLASH");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -439,6 +439,7 @@ meat_stink_player(who, owner)
|
||||
{
|
||||
who.last_meated_by = spawnStruct();
|
||||
who.last_meated_by.attacker = owner;
|
||||
who [[level.store_player_damage_info_func]](owner, level.item_meat_name, "MOD_UNKNOWN");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user