mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Makes dry mops insert properly into the janicart (#26427)
* Makes dry mops insert properly into the janicart * Oops
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
if(istype(O, /obj/structure/janitorialcart))
|
||||
var/obj/structure/janitorialcart/janicart = O
|
||||
if(!janicart.mymop)
|
||||
janicart.mymop = src
|
||||
janicart.put_in_cart(user, src)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user