mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge upstream PR
This commit is contained in:
@@ -201,12 +201,9 @@
|
||||
/obj/proc/is_safe_to_step(mob/living/L)
|
||||
return TRUE
|
||||
|
||||
<<<<<<< HEAD
|
||||
/obj/proc/container_resist(var/mob/living)
|
||||
return
|
||||
|
||||
=======
|
||||
>>>>>>> 656cbe7... Merge pull request #7190 from VOREStation/Arokha/janicart
|
||||
//To be called from things that spill objects on the floor.
|
||||
//Makes an object move around randomly for a couple of tiles
|
||||
/obj/proc/tumble(var/dist = 2)
|
||||
|
||||
@@ -57,11 +57,7 @@ GLOBAL_LIST_BOILERPLATE(all_janitorial_carts, /obj/structure/janitorialcart)
|
||||
else
|
||||
mybucket.reagents.trans_to_obj(I, 5) //
|
||||
to_chat(user, "<span class='notice'>You wet [I] in [mybucket].</span>")
|
||||
<<<<<<< HEAD
|
||||
playsound(src, 'sound/effects/slosh.ogg', 25, 1)
|
||||
=======
|
||||
playsound(loc, 'sound/effects/slosh.ogg', 25, 1)
|
||||
>>>>>>> 656cbe7... Merge pull request #7190 from VOREStation/Arokha/janicart
|
||||
else
|
||||
to_chat(user, "<span class='notice'>[I] can't absorb anymore liquid!</span>")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user