Skip to content

Commit

Permalink
[MIRROR] Add thoomplush to random spawnpool + Add SCG lunchbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan180602 authored and LordNest committed Jan 21, 2025
1 parent f1a45df commit 61fffe1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions code/game/objects/items/weapons/storage/lunchbox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@
filled = TRUE


/obj/item/storage/lunchbox/scg
name = "\improper SCG lunchbox"
icon_state = "lunchbox_scg"
item_state = "toolbox_blue"
desc = "A little lunchbox. This one is branded with the flag of the Solar Assembly!"


/obj/item/storage/lunchbox/scg/filled
filled = TRUE


/obj/item/storage/lunchbox/picnic
name = "picnic basket"
icon = 'icons/obj/picnic_basket.dmi'
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/random/random.dm
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@
/obj/item/toy/prize/mauler,
/obj/item/toy/prize/odysseus,
/obj/item/toy/prize/phazon,
/obj/item/toy/plushie/thoom,
/obj/item/deck/cards)

/obj/random/tank
Expand Down
Binary file modified icons/obj/lunchboxes.dmi
Binary file not shown.

0 comments on commit 61fffe1

Please sign in to comment.