Skip to content

Commit

Permalink
Tweak: Give IPC's they own survival box
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Dec 13, 2023
1 parent 7c3fdd1 commit 6bfd7ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modular_ss220/balance/_balance.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#include "code/items/weapons.dm"
#include "code/jobs/warden.dm"
#include "code/mobs/aliens/larva.dm"
#include "code/species/nucleation.dm"
#include "code/species/machine.dm"
12 changes: 12 additions & 0 deletions modular_ss220/balance/code/species/machine.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/datum/species/machine
speciesbox = /obj/item/storage/box/survival_ipc

// Survival box for IPC
/obj/item/storage/box/survival_ipc
icon = 'modular_ss220/aesthetics/boxes/icons/boxes.dmi'
icon_state = "machine_box"

/obj/item/storage/box/survival_ipc/populate_contents()
new /obj/item/weldingtool(src)
new /obj/item/stack/cable_coil/five(src)
new /obj/item/flashlight/flare/glowstick/emergency(src)
2 changes: 0 additions & 2 deletions modular_ss220/balance/code/species/nucleation.dm

This file was deleted.

0 comments on commit 6bfd7ec

Please sign in to comment.