mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
-removed ap cost and bullet from interface screens when gun has no semi auto fire
-made a new weapon con: "No Semi Auto" git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@311 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+2
-1
@@ -327,7 +327,8 @@ enum
|
||||
STR_AUTOFIRE,
|
||||
STR_NO_AUTOFIRE,
|
||||
STR_ACCURATE,
|
||||
STR_INACCURATE
|
||||
STR_INACCURATE,
|
||||
STR_NO_SEMI_AUTO
|
||||
};
|
||||
|
||||
#define LARGE_STRING_LENGTH 200
|
||||
|
||||
Reference in New Issue
Block a user