cheeseburger backpack time

This commit is contained in:
ToonClyde
2021-05-10 02:54:15 -07:00
parent 1bc3e75696
commit 2e8480abc4
7 changed files with 13 additions and 1 deletions
@@ -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
*/
Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

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
+1 -1
View File
@@ -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"