From 3f55e035cdb5c5b9d203767ac6e487266d6e7296 Mon Sep 17 00:00:00 2001 From: cornercube <81207946+cornercube@users.noreply.github.com> Date: Wed, 12 Aug 2026 02:03:20 +1000 Subject: [PATCH 1/2] janitorservice --- code/modules/vehicles/pimpin_ride.dm | 5 +++-- modular_darkpack/modules/jobs/code/miscelllaneous/janitor.dm | 2 +- modular_darkpack/modules/weapons/code/guns.dm | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/code/modules/vehicles/pimpin_ride.dm b/code/modules/vehicles/pimpin_ride.dm index 11e30da92b57..06f0f84b36d3 100644 --- a/code/modules/vehicles/pimpin_ride.dm +++ b/code/modules/vehicles/pimpin_ride.dm @@ -2,8 +2,9 @@ * # Janicart */ /obj/vehicle/ridden/janicart - name = "janicart (pimpin' ride)" - desc = "A brave janitor cyborg gave its life to produce such an amazing combination of speed and utility." + name = "street sweeper" + desc = "A man-portable cleaning device used to keep the streets clean. Needs a key to be used." + icon = 'modular_darkpack/modules/deprecated/icons/vehicles.dmi' icon_state = "pussywagon" key_type = /obj/item/key/janitor movedelay = 1 diff --git a/modular_darkpack/modules/jobs/code/miscelllaneous/janitor.dm b/modular_darkpack/modules/jobs/code/miscelllaneous/janitor.dm index 2bbed73d6dfa..c2eb6d0adb27 100644 --- a/modular_darkpack/modules/jobs/code/miscelllaneous/janitor.dm +++ b/modular_darkpack/modules/jobs/code/miscelllaneous/janitor.dm @@ -26,4 +26,4 @@ r_pocket = /obj/item/vamp/keys/cleaning shoes = /obj/item/clothing/shoes/vampire/jackboots/work gloves = /obj/item/clothing/gloves/vampire/cleaning - backpack_contents = list(/obj/item/vamp/keys/hack=1, /obj/item/card/credit=1) + backpack_contents = list(/obj/item/vamp/keys/hack=1, /obj/item/card/credit=1,/obj/item/gun/ballistic/automatic/darkpack/mac10/super=1,/obj/item/ammo_box/magazine/darkpack45custom=1) diff --git a/modular_darkpack/modules/weapons/code/guns.dm b/modular_darkpack/modules/weapons/code/guns.dm index b8a22f964d68..ada1faf37087 100644 --- a/modular_darkpack/modules/weapons/code/guns.dm +++ b/modular_darkpack/modules/weapons/code/guns.dm @@ -341,7 +341,7 @@ /obj/item/gun/ballistic/automatic/darkpack/mac10/super name = "\improper Cleaner Custom" - desc = "A .45 submachine gun with a suppressor installed on the tip, which helps balance it out when firing. Dark Blood magic has enabled the wire stock to be used" + desc = "A .45 submachine gun with a suppressor installed on the tip, which helps balance it out when firing. Dark Blood magic has enabled the wire stock to be extended, further increasing accuracy." icon = 'modular_darkpack/modules/deprecated/icons/64x32.dmi' ONFLOOR_ICON_HELPER('modular_darkpack/modules/weapons/icons/weapons_onfloor.dmi') icon_state = "mac10_super" From 6e339b432ecf328d3ac6f6429221ea028ea9e501 Mon Sep 17 00:00:00 2001 From: cornercube <81207946+cornercube@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:18:52 +1000 Subject: [PATCH 2/2] Update pimpin_ride.dm --- code/modules/vehicles/pimpin_ride.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/vehicles/pimpin_ride.dm b/code/modules/vehicles/pimpin_ride.dm index 06f0f84b36d3..f1408df8dea3 100644 --- a/code/modules/vehicles/pimpin_ride.dm +++ b/code/modules/vehicles/pimpin_ride.dm @@ -2,10 +2,10 @@ * # Janicart */ /obj/vehicle/ridden/janicart - name = "street sweeper" - desc = "A man-portable cleaning device used to keep the streets clean. Needs a key to be used." - icon = 'modular_darkpack/modules/deprecated/icons/vehicles.dmi' - icon_state = "pussywagon" + name = "street sweeper" //dark pack edit + desc = "A man-portable cleaning device used to keep the streets clean, nicknamed the 'Pussy Wagon'. Needs a key to be used." + icon = 'modular_darkpack/master_files/icons/mob/rideables/vehicles.dmi'//dark pack master folder + icon_state = "pussywagon" //darkpack edit key_type = /obj/item/key/janitor movedelay = 1 /// The attached garbage bag, if present