Skip to content

Commit

Permalink
Ports belt resprite (#4370)
Browse files Browse the repository at this point in the history
* new stuff

* upgrade screenshot

* sadsa

* assaultbelt

* abductor

* pain

---------

Co-authored-by: shodd <[email protected]>
  • Loading branch information
Shoddd and shodd authored Nov 27, 2024
1 parent a75ca55 commit 07915aa
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@
))

/obj/item/storage/belt/medical/paramedic
name = "EMT belt"
icon_state = "emt"
inhand_icon_state = "security"
worn_icon_state = "emt"
preload = TRUE

/obj/item/storage/belt/medical/paramedic/PopulateContents()
Expand All @@ -294,6 +298,9 @@
return to_preload

/obj/item/storage/belt/medical/ert
icon_state = "emt"
inhand_icon_state = "security"
worn_icon_state = "emt"
preload = TRUE

/obj/item/storage/belt/medical/ert/PopulateContents()
Expand Down Expand Up @@ -572,9 +579,9 @@
/obj/item/storage/belt/military/army
name = "army belt"
desc = "A belt used by military forces."
icon_state = "grenadebeltold"
icon_state = "military"
inhand_icon_state = "security"
worn_icon_state = "grenadebeltold"
worn_icon_state = "military"

/obj/item/storage/belt/military/assault
name = "assault belt"
Expand Down Expand Up @@ -836,9 +843,9 @@

/obj/item/storage/belt/plant
name = "botanical belt"
desc = "A belt used to hold most hydroponics supplies. Suprisingly, not green."
desc = "A sturdy leather belt used to hold most hydroponics supplies."
icon_state = "plantbelt"
inhand_icon_state = "championbelt"
inhand_icon_state = "utility"
worn_icon_state = "plantbelt"
content_overlays = TRUE

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/mob/clothing/belt.dmi
Binary file not shown.
Binary file modified icons/obj/abductor.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/belts.dmi
Binary file not shown.

0 comments on commit 07915aa

Please sign in to comment.