Merge pull request #24032 from ChangelingRain/rpdfix

Perpetual RPD fix
This commit is contained in:
Jordie
2017-02-14 10:10:58 +11:00
committed by GitHub
+1 -1
View File
@@ -571,7 +571,7 @@ var/global/list/RPD_recipes=list(
new /obj/item/pipe_meter(A)
if(DISPOSALS_MODE) //Making disposals pipes
if(!is_anchored_dense_turf(A))
if(is_anchored_dense_turf(A))
user << "<span class='warning'>The [src]'s error light flickers; there's something in the way!</span>"
return
user << "<span class='notice'>You start building a disposals pipe...</span>"