Багфиксы и всякое (#47)
* - tweak: Tweak CPR speed.
* - fix: Cult action fix.
* Revert "Put entity resetting behind command flag (#24436)"
This reverts commit 5267d3c601.
* - fix: Mindshield fixes.
* - tweak: Give security security glasses.
* - fix: Fix warning.
* - fix: Fix ling TTS.
* - fix: Fix gun cycle.
* - fix: Mark cultist and lings as antags.
* - fix: Fix borg name.
* - fix: Fix carrying throw.
* - fix: Fix gun bolt with no mag.
This commit is contained in:
@@ -364,6 +364,7 @@ public abstract partial class SharedGunSystem
|
||||
// No ammo returned.
|
||||
else
|
||||
{
|
||||
CycleCartridge(uid, component, args.User); // WD EDIT
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -398,6 +399,7 @@ public abstract partial class SharedGunSystem
|
||||
}
|
||||
else
|
||||
{
|
||||
SetBoltClosed(uid, component, false, user: args.User, appearance: appearance); // WD EDIT
|
||||
Appearance.SetData(uid, AmmoVisuals.MagLoaded, false, appearance);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user