Adds an inhand for package wrapped parcels. (#42639)

* Adds an inhand for package wrapped parcels.

* Moves the package inhand sprite code to the proper location.

* Removes a redundancy with the small package in-hand code.
This commit is contained in:
KomradeSpectre
2019-02-03 17:37:19 +11:00
committed by Jordie
parent 9b756dcd81
commit fba959a3f0
3 changed files with 1 additions and 0 deletions
@@ -79,6 +79,7 @@
desc = "A brown paper delivery parcel."
icon = 'icons/obj/storage.dmi'
icon_state = "deliverypackage3"
item_state = "deliverypackage"
var/giftwrapped = 0
var/sortTag = 0
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB