mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Inhands for photo albums (#46404)
* inhands, grammar fix * that's not how books work
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
H.equip_in_one_of_slots(photo_album, album_slots , qdel_on_fail = TRUE)
|
||||
photo_album.persistence_id = "personal_[H.mind.key]" // this is a persistent album, the ID is tied to the account's key to avoid tampering
|
||||
photo_album.persistence_load()
|
||||
photo_album.name = "\improper [H.real_name]'s photo album"
|
||||
photo_album.name = "[H.real_name]'s photo album"
|
||||
var/obj/item/camera/camera = new(get_turf(H))
|
||||
var/list/camera_slots = list (
|
||||
"neck" = SLOT_NECK,
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
desc = "A big book used to store photos and mementos."
|
||||
icon = 'icons/obj/items_and_weapons.dmi'
|
||||
icon_state = "album"
|
||||
item_state = "briefcase"
|
||||
lefthand_file = 'icons/mob/inhands/equipment/briefcase_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/briefcase_righthand.dmi'
|
||||
item_state = "album"
|
||||
lefthand_file = 'icons/mob/inhands/misc/books_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/misc/books_righthand.dmi'
|
||||
resistance_flags = FLAMMABLE
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
var/persistence_id
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.4 KiB |
Reference in New Issue
Block a user