We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f2790 commit a42bf0cCopy full SHA for a42bf0c
code/modules/vehicles/van/ambulance.dm
@@ -4,7 +4,7 @@
4
//Read the documentation in multitile.dm before trying to decipher this stuff
5
6
/obj/vehicle/multitile/box_van/ambulance
7
- name = "\improper box-van"
+ name = "\improper ambulance"
8
desc = "An ambulance. It's used to transport critically injured patients."
9
icon = 'icons/obj/vehicles/ambulance.dmi'
10
code/modules/vehicles/van/cop_car.dm
/obj/vehicle/multitile/box_van/cop_car
+ name = "\improper Mono-Spectra"
desc = "A police car. Used to transport law enforcement and criminals alike."
icon = 'icons/obj/vehicles/cop_car.dmi'
0 commit comments