Add epoch version of the Red Ryder BB gun

This commit is contained in:
A Man
2021-06-26 13:34:30 +02:00
parent 18d08b40e8
commit 597e6086e2
12 changed files with 61 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
class RedRyder;
class RedRyder_DZ: RedRyder {
displayName = $STR_DZ_WPN_RED_RYDER_NAME;
descriptionShort = $STR_DZ_WPN_RED_RYDER_DESC;
magazines[] = {"350Rnd_BB_GUN"};
};