powder that makes you say yes

This commit is contained in:
Nadyr
2022-05-27 15:56:27 -04:00
committed by GitHub
parent 501bb21152
commit b7d722638a

View File

@@ -66,10 +66,6 @@
to_chat(user, "<span class='warning'>You must remove the [flooring.descriptor] first.</span>") to_chat(user, "<span class='warning'>You must remove the [flooring.descriptor] first.</span>")
return return
else if(istype(C, /obj/item/stack/tile)) else if(istype(C, /obj/item/stack/tile))
<<<<<<< HEAD
try_replace_tile(C, user)
return
=======
if(try_replace_tile(C, user)) if(try_replace_tile(C, user))
return return
else if(istype(C, /obj/item/stack/tile/floor)) // While we're at it, let's see if this is a raw patch of natural sand, dirt, or whatever that you're trying to put a plating on. else if(istype(C, /obj/item/stack/tile/floor)) // While we're at it, let's see if this is a raw patch of natural sand, dirt, or whatever that you're trying to put a plating on.
@@ -86,7 +82,6 @@
ChangeTurf(/turf/simulated/floor, preserve_outdoors = TRUE) ChangeTurf(/turf/simulated/floor, preserve_outdoors = TRUE)
return return
>>>>>>> 1c2423edf4... Merge pull request #13002 from foopwo/servingupaplating
// Floor is plating (or no flooring) // Floor is plating (or no flooring)
else else