Inhands for photo albums (#46404)

* inhands, grammar fix

* that's not how books work
This commit is contained in:
Mickyan
2019-09-09 22:13:03 -04:00
committed by moo
parent a09e258a50
commit f2c80d5bec
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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,
+3 -3
View File
@@ -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