mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
|
||||
if(reagents.total_volume < 1)
|
||||
to_chat(user, "<span class='warning'>Your mop is dry!</span>")
|
||||
|
||||
return
|
||||
|
||||
var/turf/simulated/turf = A
|
||||
@@ -53,7 +52,6 @@
|
||||
|
||||
if(do_after(user, src.mopspeed, target = turf))
|
||||
to_chat(user, "<span class='notice'>You finish mopping.</span>")
|
||||
|
||||
clean(turf)
|
||||
|
||||
|
||||
@@ -70,7 +68,6 @@
|
||||
/obj/item/weapon/mop/wash(mob/user, atom/source)
|
||||
reagents.add_reagent("water", 5)
|
||||
to_chat(user, "<span class='notice'>You wet [src] in [source].</span>")
|
||||
|
||||
playsound(loc, 'sound/effects/slosh.ogg', 25, 1)
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user