Skip to content

Commit

Permalink
Fix simple shells model
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioSMB committed Feb 25, 2025
1 parent 895e8b4 commit d96ddb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/quake/server/items.qc
Original file line number Diff line number Diff line change
Expand Up @@ -1172,9 +1172,9 @@ spawnfunc(item_shells)

if(substring(world.model, 0, 9) == "maps/mcj_")
{
string simplemdl = "progs/b_nail0_simple.mdl";
string simplemdl = "progs/b_shell0_simple.mdl";
if(this.spawnflags & WEAPON_BIG2)
simplemdl = "progs/b_nail1_simple.mdl";
simplemdl = "progs/b_shell1_simple.mdl";

if(fexists(simplemdl))
{
Expand Down

0 comments on commit d96ddb4

Please sign in to comment.