mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Spray bottle to autolathe (#23725)
* Spray bottle to autolathe * Update code/modules/research/designs/autolathe_designs.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update spray.dm * Update autolathe_designs.dm * Increase spray bottle cost 2000 metal and 5000 glass * Add plastic variant recipe 6 sheets * Update code/game/objects/items/stacks/sheets/sheet_types.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -113,6 +113,13 @@
|
||||
reagents.reaction(user.loc)
|
||||
reagents.clear_reagents()
|
||||
|
||||
/obj/item/reagent_containers/spray/empty
|
||||
lefthand_file = 'icons/mob/inhands/equipment/custodial_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/custodial_righthand.dmi'
|
||||
spray_maxrange = 2
|
||||
spray_currentrange = 2
|
||||
amount_per_transfer_from_this = 10
|
||||
|
||||
//space cleaner
|
||||
/obj/item/reagent_containers/spray/cleaner
|
||||
name = "space cleaner"
|
||||
|
||||
Reference in New Issue
Block a user