Turns the station into 420-station 13. (#4971)

* adds rolling paper and joints

F O U R T W E N T Y   B L A Z E   I T

* adds joint sprites

(they're pretty bad though)

* adds rolling paper box, adds papers to cig vendors

* c h a n g e l o g

smoke
weed
every
day
This commit is contained in:
BillyBangles
2018-02-28 14:16:42 -06:00
committed by Anewbe
parent 2bcad10584
commit 2ab9bfe79b
7 changed files with 88 additions and 0 deletions
@@ -253,6 +253,19 @@
reagents.trans_to_obj(C, (reagents.total_volume/contents.len))
..()
/obj/item/weapon/storage/fancy/rollingpapers
name = "rolling paper pack"
desc = "A small cardboard pack containing several folded rolling papers."
icon_state = "paperbox"
icon = 'icons/obj/cigarettes.dmi'
w_class = ITEMSIZE_TINY
throwforce = 2
slot_flags = SLOT_BELT
storage_slots = 14
can_hold = list(/obj/item/weapon/rollingpaper)
icon_type = "paper"
starts_with = list(/obj/item/weapon/rollingpaper = 14)
/*
* Vial Box
*/