Update LakRabbitGame.cs

This commit is contained in:
ChocoTaco 2019-03-15 01:04:42 -04:00
parent 764dc44e00
commit f431ebd65c

View file

@ -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: