Skip to content

Commit a42bf0c

Browse files
Vehicle names fix (#859)
1 parent 08f2790 commit a42bf0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/modules/vehicles/van/ambulance.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//Read the documentation in multitile.dm before trying to decipher this stuff
55

66
/obj/vehicle/multitile/box_van/ambulance
7-
name = "\improper box-van"
7+
name = "\improper ambulance"
88
desc = "An ambulance. It's used to transport critically injured patients."
99
icon = 'icons/obj/vehicles/ambulance.dmi'
1010

code/modules/vehicles/van/cop_car.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//Read the documentation in multitile.dm before trying to decipher this stuff
55

66
/obj/vehicle/multitile/box_van/cop_car
7-
name = "\improper box-van"
7+
name = "\improper Mono-Spectra"
88
desc = "A police car. Used to transport law enforcement and criminals alike."
99
icon = 'icons/obj/vehicles/cop_car.dmi'
1010

0 commit comments

Comments
 (0)