Skip to content

Commit

Permalink
Adds Oxygen Candle and Budget Smart Metal Foam Grenade to Emergency T…
Browse files Browse the repository at this point in the history
…oolboxes.
  • Loading branch information
Exo-212 committed Dec 6, 2024
1 parent 27a4a17 commit 2d7b40c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/__DEFINES/~doppler_defines/traits/declarations.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// The trait that determines if someone has the system shock quirk.
#define TRAIT_SYSTEM_SHOCK "trait_system_shock"

/// The trait that determines if someone has the system shock quirk.
#define TRAIT_SYSTEM_SHOCK "trait_system_shock"

4 changes: 4 additions & 0 deletions code/game/objects/items/storage/toolbox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
new /obj/item/crowbar/red(src)
new /obj/item/weldingtool/mini(src)
new /obj/item/extinguisher/mini(src)
//Doppler Edit//
new /obj/item/oxygen_candle(src)
new /obj/item/grenade/chem_grenade/budget_smart_metal(src)
//Doppler Edit//
switch(rand(1,3))
if(1)
new /obj/item/flashlight(src)
Expand Down

0 comments on commit 2d7b40c

Please sign in to comment.