mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Porting book bags (#390)
Adding books bags, also the librarian starts with one.
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
* Plant Bag
|
||||
* Sheet Snatcher
|
||||
* Cash Bag
|
||||
*
|
||||
* Book Bag (New thing)
|
||||
*
|
||||
* -Sayu
|
||||
*/
|
||||
|
||||
@@ -253,3 +254,19 @@
|
||||
max_w_class = 3
|
||||
w_class = 2
|
||||
can_hold = list(/obj/item/weapon/coin,/obj/item/weapon/spacecash)
|
||||
|
||||
// -----------------------------
|
||||
// Book bag
|
||||
// -----------------------------
|
||||
|
||||
|
||||
/obj/item/weapon/storage/bag/books
|
||||
name = "book bag"
|
||||
desc = "A bag for books."
|
||||
icon = 'icons/obj/library.dmi'
|
||||
icon_state = "bookbag"
|
||||
storage_slots = 7
|
||||
max_w_class = 3
|
||||
w_class = 3
|
||||
can_hold = list(/obj/item/weapon/book, /obj/item/weapon/spellbook)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user