[Ready] Janitor buff, they can now get a spray bottle of drying agent (#7960)
* Update spray.dm * Update packs.dm * Update wardrobes.dm * >Works with cargo and lists all the time yet still forgets the comma * Update wardrobes.dm * Update packs.dm
This commit is contained in:
committed by
kevinz000
parent
9be162e01b
commit
ba26c374cb
@@ -166,6 +166,15 @@
|
||||
user.visible_message("<span class='suicide'>[user] decided life was worth living.</span>")
|
||||
return
|
||||
|
||||
//Drying Agent
|
||||
/obj/item/reagent_containers/spray/drying_agent
|
||||
name = "drying agent spray"
|
||||
desc = "A spray bottle for drying agent."
|
||||
volume = 100
|
||||
list_reagents = list("drying_agent" = 100)
|
||||
amount_per_transfer_from_this = 2
|
||||
stream_amount = 5
|
||||
|
||||
//spray tan
|
||||
/obj/item/reagent_containers/spray/spraytan
|
||||
name = "spray tan"
|
||||
|
||||
Reference in New Issue
Block a user