mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Mail bag fix + bigger capacity (#8745)
This commit is contained in:
@@ -161,6 +161,7 @@
|
|||||||
add_overlay(postmark_image)
|
add_overlay(postmark_image)
|
||||||
|
|
||||||
/obj/item/mail/attackby(obj/item/W as obj, mob/user as mob)
|
/obj/item/mail/attackby(obj/item/W as obj, mob/user as mob)
|
||||||
|
. = ..()
|
||||||
// Destination tagging
|
// Destination tagging
|
||||||
if(istype(W, /obj/item/device/destTagger))
|
if(istype(W, /obj/item/device/destTagger))
|
||||||
var/obj/item/device/destTagger/O = W
|
var/obj/item/device/destTagger/O = W
|
||||||
@@ -323,7 +324,7 @@
|
|||||||
icon_state = "mailbag"
|
icon_state = "mailbag"
|
||||||
slot_flags = SLOT_BELT | SLOT_POCKET
|
slot_flags = SLOT_BELT | SLOT_POCKET
|
||||||
w_class = ITEMSIZE_NORMAL
|
w_class = ITEMSIZE_NORMAL
|
||||||
storage_slots = 28
|
storage_slots = 31
|
||||||
max_storage_space = 50
|
max_storage_space = 50
|
||||||
max_w_class = ITEMSIZE_NORMAL
|
max_w_class = ITEMSIZE_NORMAL
|
||||||
use_to_pickup = TRUE
|
use_to_pickup = TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user