Skip to content

Commit

Permalink
- 4-gauge buckshot: Proper crediting
Browse files Browse the repository at this point in the history
Co-Authored-By: popguy12 <53667854+popguy12@users.noreply.github.com>
  • Loading branch information
tedthedragon and popguy12 committed Nov 19, 2022
1 parent 33f2020 commit 5bdd529
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BulletLib/4GB.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class HDB_400:HDBulletActor{
hdbulletactor.hardness 5;
}
}

class HDB_4wad:HDBulletActor{
default{
pushfactor 10.;
Expand Down Expand Up @@ -92,6 +93,7 @@ class HDSpent4GB:HDSpentShell{
}stop;
}
}

//a shell that can be caught in hand, launched from the Slayer
class HDUnSpent4GB:HDSpent4GB{
default
Expand All @@ -111,6 +113,7 @@ class HDUnSpent4GB:HDSpent4GB{
stop;
}
}

//any other single shell tumblng out
class HDFumbling4GB:HDSpent4GB{
default{
Expand All @@ -126,6 +129,7 @@ class HDFumbling4GB:HDSpent4GB{
stop;
}
}

//the static pickup
class HDFumbled4GB:IdleDummy{
default{
Expand Down

0 comments on commit 5bdd529

Please sign in to comment.