Skip to content

Commit

Permalink
[MIRROR] Gold and Silver crate now reflects NT corporate greed (#1610) (
Browse files Browse the repository at this point in the history
#2555)

* Gold and Silver crate now reflects NT corporate greed (#82170)

## About The Pull Request
The gold and silver crates desc now accurately reflects NT corporate
greed

## Why It's Good For The Game
More lore correct crate

## Changelog

:cl:
qol: Gold and silver crates now accurately reflects NT's greed
/:cl:

* Gold and Silver crate now reflects NT corporate greed

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: FinancialGoose <[email protected]>
  • Loading branch information
3 people authored Mar 25, 2024
1 parent 40033b7 commit fe1e375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/structures/crates_lockers/crates.dm
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@

/obj/structure/closet/crate/goldcrate
name = "gold crate"
desc = "A rectangular steel crate. It seems to be painted to look like gold."
icon_state = "gold"
base_icon_state = "gold"

Expand All @@ -395,6 +396,7 @@

/obj/structure/closet/crate/silvercrate
name = "silver crate"
desc = "A rectangular steel crate. It seems to be painted to look like silver."
icon_state = "silver"
base_icon_state = "silver"

Expand Down

0 comments on commit fe1e375

Please sign in to comment.