cheeseburger backpack time
@@ -171,6 +171,12 @@
|
||||
icon_state = "viropack"
|
||||
item_state = "viropack"
|
||||
|
||||
/obj/item/storage/backpack/cheeseburgerbackpack
|
||||
name = "cheeseburger backpack"
|
||||
desc = "A backpack designed to look like a cheeseburger. You feel like you can save the world with it."
|
||||
icon_state = "cheeseburgerbackpack"
|
||||
item_state = "cheeseburgerbackpack"
|
||||
|
||||
/*
|
||||
* Satchel Types
|
||||
*/
|
||||
|
||||
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 67 KiB |
@@ -71,3 +71,9 @@
|
||||
category = SLOT_HANDS
|
||||
path = /obj/item/shield/riot/roman/fake
|
||||
cost = 2
|
||||
|
||||
/datum/gear/romanshield
|
||||
name = "cheeseburger backpack"
|
||||
category = SLOT_HANDS
|
||||
path = /obj/item/storage/backpack/cheeseburgerbackpack
|
||||
cost = 1
|
||||
@@ -3040,8 +3040,8 @@
|
||||
#include "hyperstation\code\__DEFINES\economy.dm"
|
||||
#include "hyperstation\code\__DEFINES\wendigo.dm"
|
||||
#include "hyperstation\code\controllers\subsystem\economy.dm"
|
||||
#include "hyperstation\code\datums\ert_hazard_cleanup.dm"
|
||||
#include "hyperstation\code\datums\actions.dm"
|
||||
#include "hyperstation\code\datums\ert_hazard_cleanup.dm"
|
||||
#include "hyperstation\code\datums\elements\holder_micro.dm"
|
||||
#include "hyperstation\code\datums\mood_events\events.dm"
|
||||
#include "hyperstation\code\datums\ruins\lavaland.dm"
|
||||
|
||||