Skip to content

Commit

Permalink
Adds utility Ivan paintjob (#5490)
Browse files Browse the repository at this point in the history
* Update paintkit.dm

* adds utility ivan sprites

* Update tool_vendors.dm
  • Loading branch information
HanSolo1519 authored Jun 27, 2024
1 parent dbc1b93 commit 333ad04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/vendor/tool_vendors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
/obj/item/device/kit/paint/ripley/clark_veteran = 3,
//Ivan
/obj/item/device/kit/paint/rust_ivan = 3,
/obj/item/device/kit/paint/utility_ivan = 3,
//Ody
/obj/item/device/kit/paint/odysseus = 3,
/obj/item/device/kit/paint/odysseus/blue_racer = 3,
Expand Down
7 changes: 7 additions & 0 deletions code/game/objects/items/paintkit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@
new_icon = "ivan-rust"
allowed_types = list("ivan")

/obj/item/device/kit/paint/utility_ivan
name = "\"Utility\" Ivan customization kit"
new_name = "APLU \"Ivan\" Utility Vehicle"
new_desc = "The Ivan, while worse in almost every way when compared to the much more used Ripley, has at least the advantage of being simple and cheap to make. This one seems to be painted in high-visibility paint."
new_icon = "ivan-utility"
allowed_types = list("ivan")

//Odysseus kits.
/obj/item/device/kit/paint/odysseus
name = "\"Medgax\" Odysseus customization kit"
Expand Down
Binary file modified icons/mecha/mecha.dmi
Binary file not shown.

0 comments on commit 333ad04

Please sign in to comment.