diff --git a/code/modules/vehicles/pimpin_ride.dm b/code/modules/vehicles/pimpin_ride.dm index 11e30da92b57..f1408df8dea3 100644 --- a/code/modules/vehicles/pimpin_ride.dm +++ b/code/modules/vehicles/pimpin_ride.dm @@ -2,9 +2,10 @@ * # 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." - 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 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"