mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Filled Mop Buckets now Spawn With a Mop Inside (#30892)
* mop * update icon --------- Co-authored-by: Fordoxia <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
/obj/structure/mopbucket/full/Initialize(mapload)
|
||||
. = ..()
|
||||
reagents.add_reagent("water", 150)
|
||||
stored_mop = new /obj/item/mop(src)
|
||||
update_icon(UPDATE_OVERLAYS)
|
||||
|
||||
/obj/structure/mopbucket/Destroy()
|
||||
GLOB.janitorial_equipment -= src
|
||||
|
||||
Reference in New Issue
Block a user