Skip to content

Commit

Permalink
Stuff?
Browse files Browse the repository at this point in the history
  • Loading branch information
BugsieDude committed Apr 19, 2023
1 parent 113fc2e commit 60cf93f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CAScript/Events/BaseEvent.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ CLASS CyberaugumentedEventHandler : EventHandler

if (x && x.monsterpack)
{
if (e.thing)
{
if (e.thing is "DCY_Powerup") e.thing.Destroy();
if (e.thing is "DCY_InvItem") e.thing.Destroy();
}
if (e.thing && (e.thing is "DCY_Powerup" || e.thing is "DCY_Eminence" || e.thing is "DCY_UltramodernEnergy" || e.thing is "DCY_InvItem" || e.thing is "DCY_Weapon"))
e.thing.Destroy();
}

//Effect Choker
Expand Down
1 change: 1 addition & 0 deletions DCY_CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ ShotgunBastard - Sounds
Bitter Heretic (Lagi) - Sprites
Data East - Quit Background
SEGA - Quit Background
Abysswalker - Sprites

Who even made the BFG 10k General sprites in LCA? I swear complex addon creators forget how to credit stuff
help (I'd just credit Skulltag)
Expand Down

0 comments on commit 60cf93f

Please sign in to comment.