From 96cd0f61a360f9c2d5a56f8d874f8d304acff72d Mon Sep 17 00:00:00 2001 From: Time-Green Date: Wed, 1 Apr 2020 16:24:57 +0200 Subject: [PATCH] Fixes plumbing stuff ROTATING (#50308) --- code/datums/components/plumbing/_plumbing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/plumbing/_plumbing.dm b/code/datums/components/plumbing/_plumbing.dm index 3d494a6b3e7..d4fbf616dd9 100644 --- a/code/datums/components/plumbing/_plumbing.dm +++ b/code/datums/components/plumbing/_plumbing.dm @@ -196,7 +196,7 @@ var/new_demand_connects var/new_supply_connects var/new_dir = AM.dir - var/angle = 180 - dir2angle(new_dir) + var/angle = 270 - dir2angle(new_dir) //it's 270 because of the way ducts are oriented, sorry if(new_dir == SOUTH) demand_connects = initial(demand_connects)