mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-17 10:02:41 +01:00
Fixed tape quirks
Sprites having non-transparent background and tape being placed 'diagonaly' even though user gets message that it could not be
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
end = get_turf(src)
|
||||
if(start.y != end.y && start.x != end.x || start.z != end.z)
|
||||
usr << "\blue [src] can only be laid horizontally or vertically."
|
||||
return
|
||||
|
||||
var/turf/cur = start
|
||||
var/dir
|
||||
|
||||
Reference in New Issue
Block a user