mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Update LakRabbitGame.cs
This commit is contained in:
parent
764dc44e00
commit
f431ebd65c
1 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
// maradona, pip, phantom jaguar, hilikus, the_ham, pip, wiggle, dragon, pancho villa, w/o, nectar and many others..
|
// maradona, pip, phantom jaguar, hilikus, the_ham, pip, wiggle, dragon, pancho villa, w/o, nectar and many others..
|
||||||
//
|
//
|
||||||
// v3.34 Febuary 2019
|
// v3.34 Febuary 2019
|
||||||
|
// Coverted Else ifs to case in Armor::damageObject
|
||||||
// Added SetNextMission support
|
// Added SetNextMission support
|
||||||
// Indoor Spawning support
|
// Indoor Spawning support
|
||||||
//
|
//
|
||||||
|
|
@ -558,7 +559,7 @@ function Armor::damageObject(%data, %targetObject, %sourceObject, %position, %am
|
||||||
%points *= 2.0;
|
%points *= 2.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!ma)
|
if(!%ma)
|
||||||
%amount = 0;
|
%amount = 0;
|
||||||
%weapon = "MINE";
|
%weapon = "MINE";
|
||||||
case $DamageType::ShockLance:
|
case $DamageType::ShockLance:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue