diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 10:30:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 10:30:52 -0700 |
commit | a09894839ccba98dd8cd2a15cfe09cb75de18125 (patch) | |
tree | 39300c2fabf6d202f199a9441a3e8466c8770b16 /vehicles-02_fix-fbi-car-name.patch | |
parent | Update to 0.F.3 (diff) | |
download | cataclysm-dda-a09894839ccba98dd8cd2a15cfe09cb75de18125.tar.xz |
Port patches back to DDA.
Diffstat (limited to 'vehicles-02_fix-fbi-car-name.patch')
-rw-r--r-- | vehicles-02_fix-fbi-car-name.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vehicles-02_fix-fbi-car-name.patch b/vehicles-02_fix-fbi-car-name.patch new file mode 100644 index 0000000..2ee5ff2 --- /dev/null +++ b/vehicles-02_fix-fbi-car-name.patch @@ -0,0 +1,11 @@ +--- a/data/json/vehicles/emergency.json ++++ b/data/json/vehicles/emergency.json +@@ -76,7 +76,7 @@ + { + "id": "car_fbi", + "type": "vehicle", +- "name": "FBI, Emergency", ++ "name": "FBI Car", + "blueprint": [ + [ "-o++o-" ], + [ "+=##'|" ], |