Skip to content

Commit

Permalink
Update BaseClass Names for latest HDest Main
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadZeratul authored and caligari87 committed Feb 17, 2024
1 parent 0e6b97e commit 7117358
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ai/module/ai_flashlight.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ extend class UaS_AI_Handler {
);
bool OtherClass = (
owner is "SatanRobo" ||
owner is "Technorantula" ||
owner is "TechnoSpider"
owner is "Spiderdemon" ||
owner is "Manticore"
);
if (!(BotClass || HumanClass || OtherClass)) { return; }

Expand Down
4 changes: 2 additions & 2 deletions laserlight/module/laser.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ class UaS_LaserLightModule : HDWeapon {
);
bool OtherClass = (
owner is "SatanRobo" ||
owner is "Technorantula" ||
owner is "TechnoSpider"
owner is "Spiderdemon" ||
owner is "Manticore"
);
if (HumanClass) { offset = 8; heightfactor = 0.8; }
else if (BotClass) {
Expand Down
2 changes: 1 addition & 1 deletion looting/uasinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Looting:Jackboot: ShellPickup*3

Looting:VulcanetteZombie: HD4mMag*4,PortableBerserkPack

Looting:Serpentipede: HDHandgunRandomDrop
Looting:FighterImp: HDHandgunRandomDrop
2 changes: 1 addition & 1 deletion uasinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Looting:Jackboot: ShellPickup*3

Looting:VulcanetteZombie: HD4mMag*4,PortableBerserkPack

Looting:Serpentipede: HDHandgunRandomDrop
Looting:FighterImp: HDHandgunRandomDrop

0 comments on commit 7117358

Please sign in to comment.