how am formatting?? (#223)
* AAAAAAAAAAAAAAAAAAAAA * Formatting is dumb * Update adminhelp.dm * I'm going to port yog's tickets I think * wew lads, doubling has been fixed. * also some quick fixes from TG
This commit is contained in:
@@ -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>"
|
||||
@@ -609,4 +609,4 @@ var/global/list/RPD_recipes=list(
|
||||
#undef METER_MODE
|
||||
#undef DISPOSALS_MODE
|
||||
#undef CATEGORY_ATMOS
|
||||
#undef CATEGORY_DISPOSALS
|
||||
#undef CATEGORY_DISPOSALS
|
||||
Reference in New Issue
Block a user