mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 23:16:21 +01:00
Update clown_items.dm
This commit is contained in:
@@ -19,17 +19,7 @@
|
||||
..()
|
||||
create_reagents(5)
|
||||
wet(5)
|
||||
|
||||
|
||||
/obj/item/weapon/soap/drone
|
||||
name = "Advanced Soap"
|
||||
var/tile_clean_amount = 100
|
||||
|
||||
/obj/item/weapon/soap/drone/New()
|
||||
..()
|
||||
create_reagents(tile_clean_amount)
|
||||
wet(tile_clean_amount)
|
||||
|
||||
/obj/item/weapon/soap/proc/wet(var/amount)
|
||||
reagents.add_reagent("cleaner", amount)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user