Skip to content

Commit

Permalink
werqwer
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Aug 5, 2024
1 parent 6894fee commit 0ef50a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/hybrisa.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1066,4 +1066,4 @@
new /obj/item/device/flashlight/lantern(src)
new /obj/item/tool/shovel(src)
new /obj/item/tool/pickaxe(src)
new /obj/item/storage/backpack/satchel/eng(src)
new /obj/item/storage/backpack/satchel/eng(src)
Original file line number Diff line number Diff line change
Expand Up @@ -1351,4 +1351,4 @@
new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic, WEAR_IN_BACK)
new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
..()
..()
2 changes: 1 addition & 1 deletion code/modules/vehicles/van/interior.dm
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@
name = "Van back exit"
icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'
icon_state = "back_1"
dir = WEST
dir = WEST

0 comments on commit 0ef50a6

Please sign in to comment.