Skip to content

Commit

Permalink
Mining Sabre
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokkiewokkie committed Oct 17, 2023
1 parent 81e673a commit 3f4e666
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nsv13/code/game/objects/items/nsv13_plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
name = "utility craft plush"
desc = "An adorable stuffed toy shaped like a Su-437 Sabre utility vessel."
icon = 'nsv13/icons/obj/custom_plushes.dmi'
icon_state = "lightfighter"
icon_state = "transport"
attack_verb = list("bumped", "rammed")
squeak_override = list('nsv13/sound/effects/fighters/warmup.ogg'=1)

/obj/item/toy/plush/transport/mining
name = "mining craft plush"
desc = "An adorable stuffed toy shaped like a Su-437 Sabre mining vessel."
icon_state = "mining"
5 changes: 5 additions & 0 deletions nsv13/code/modules/client/loadout/loadout_general.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@
display_name = "utility craft plush"
path = /obj/item/toy/plush/transport
cost = 1000

/datum/gear/misc/miningplush
display_name = "mining craft plush"
path = /obj/item/toy/plush/transport/mining
cost = 1000
Binary file modified nsv13/icons/obj/custom_plushes.dmi
Binary file not shown.

0 comments on commit 3f4e666

Please sign in to comment.