PHOENIX-SS13 / phoenix-ss13

A roleplay oriented Space Station 13 codebase.
GNU Affero General Public License v3.0
4 stars 8 forks source link

Redundant paint helpers #5

Open CASEYGUNGEON opened 1 year ago

CASEYGUNGEON commented 1 year ago

Round ID / Commit SHA

No response

Client Version

514.1589

Description of the Issue

Three tiles apparently have redundant paint helpers causing warnings during initialization:

[2023-08-01 04:10:17.236] ## WARNING: Redundant paint helper found at 123, 119, 5 in code/modules/mapping/mapping_helpers/paint_wall_helper.dm at line 40 src: FTU Wall Paint usr: .
[2023-08-01 04:10:19.116] ## WARNING: Redundant paint helper found at 56, 112, 9 in code/modules/mapping/mapping_helpers/paint_wall_helper.dm at line 40 src: Bridge Wall Paint usr: .
[2023-08-01 04:10:19.617] ## WARNING: Duplicate paint helper found at 88, 93, 9 in code/modules/mapping/mapping_helpers/paint_wall_helper.dm at line 15 src: the hotel Wall Paint usr: .

Currently assuming that these are: (123, 119) on tradership Z-1 (56, 112) on tradership Z-4 (88, 93) on tradership Z-4

Reproduction Steps

No response

whataboutism-alos commented 8 months ago

Issue with coordinates is that they're z-level objective and not .dmm subjective. I can do this but it'll take a minute.