mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
New Backpack Type: Messenger Bags! (#77871)
## About The Pull Request  From downstream with love! These are mechanically identical to a normal backpack or satchel, just with more drip. Also a little bit of :o)  These will exist both in prefs and in drobes/lockers.  Sprites by Zydras. ## Why It's Good For The Game We love fashion here. We love it so much. And most backpacks are too in-your-face to fit well with a lot of 'fits. ## Changelog 🆑 Nerev4r & Zydras image: Adds messenger bags to character setup and drobes/lockers! /🆑 --------- Co-authored-by: Snakebittenn <12636964+Snakebittenn@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
co-authored by
Snakebittenn
GoldenAlpharex
parent
c25eb380c8
commit
0345de3582
@@ -26,9 +26,11 @@
|
||||
GSATCHEL,
|
||||
LSATCHEL,
|
||||
GDUFFELBAG,
|
||||
GMESSENGER,
|
||||
DBACKPACK,
|
||||
DSATCHEL,
|
||||
DDUFFELBAG,
|
||||
DMESSENGER,
|
||||
)
|
||||
|
||||
/datum/preference/choiced/backpack/icon_for(value)
|
||||
@@ -41,6 +43,8 @@
|
||||
return /obj/item/storage/backpack/satchel/leather
|
||||
if (GDUFFELBAG)
|
||||
return /obj/item/storage/backpack/duffelbag
|
||||
if (GMESSENGER)
|
||||
return /obj/item/storage/backpack/messenger
|
||||
|
||||
// In a perfect world, these would be your department's backpack.
|
||||
// However, this doesn't factor in assistants, or no high slot, and would
|
||||
@@ -52,6 +56,8 @@
|
||||
return /obj/item/storage/backpack/satchel/med
|
||||
if (DDUFFELBAG)
|
||||
return /obj/item/storage/backpack/duffelbag/med
|
||||
if (DMESSENGER)
|
||||
return /obj/item/storage/backpack/messenger/med
|
||||
|
||||
/datum/preference/choiced/backpack/apply_to_human(mob/living/carbon/human/target, value)
|
||||
target.backpack = value
|
||||
|
||||
Reference in New Issue
Block a user