Skip to content

Commit

Permalink
Tweaks and Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Snack-Max committed Nov 15, 2023
1 parent f582dfc commit 8d7e8b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions code/modules/vending/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
/obj/item/watertank/pepperspray = 2,
/obj/item/storage/belt/holster/energy = 4,
/obj/item/ammo_box/magazine/m35 = 5, //monkestation edit: Paco sec
/obj/item/clothing/head/guardmanhelmet = 1,
/obj/item/clothing/under/guardmanuniform = 1,
/obj/item/clothing/suit/armor/guardmanvest = 1,
/obj/item/clothing/head/guardmanhelmet = 1, //monkestation edit: Guardman
/obj/item/clothing/under/guardmanuniform = 1, //monkestation edit: Guardman
/obj/item/clothing/suit/armor/guardmanvest = 1, //monkestation edit: Guardman
)
refill_canister = /obj/item/vending_refill/security
default_price = PAYCHECK_CREW
Expand Down
2 changes: 1 addition & 1 deletion monkestation/code/modules/clothing/suits/coats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
/obj/item/clothing/suit/armor/guardmanvest
name = "guardman's vest"
desc = "It keeps your guts intact, thats really all that matters"
worn_icon = 'monkestation/icons/mob/suit.dmi'
icon = 'monkestation/icons/obj/clothing/suits.dmi'
worn_icon = 'monkestation/icons/mob/clothing/suit.dmi'
icon_state = "guardman_vest"


Expand Down
Binary file modified monkestation/icons/mob/clothing/head.dmi
Binary file not shown.
Binary file modified monkestation/icons/obj/clothing/uniforms.dmi
Binary file not shown.

0 comments on commit 8d7e8b6

Please sign in to comment.