ParadiseSS13 / Paradise

Paradise Station's GitHub main repository.
https://www.paradisestation.org/forum
GNU Affero General Public License v3.0
407 stars 1.21k forks source link

Fixes Cerebron's exosuit fabricators printing to the wrong direction #27424

Closed Miraviel closed 4 days ago

Miraviel commented 4 days ago

What Does This PR Do

It makes it so exosuit fabs print towards east on MetaStation/Cerebron. Fixes #27406

Why It's Good For The Game

The machines follow the correct printing direction as indicated by the floor decals.

Images of changes

https://github.com/user-attachments/assets/74d098a2-b4b6-414f-8756-1746e3e7189a

Testing

  1. Load metastation
  2. Insert metal into the exosuit fab
  3. Print something

Declaration

Changelog

:cl: fix: The exosuit fabricators on NSS Cerebron now correctly print to the east. /:cl:

Bm0n commented 4 days ago

Hello, this was already being fixed in https://github.com/ParadiseSS13/Paradise/pull/27302 along with a few other fixes to MetaStation.

Also, you don't usually need to create new subtypes for dir changes. You can set dir in SDMM by changing the variable for it.

Miraviel commented 4 days ago

Hello, this was already being fixed in #27302 along with a few other fixes to MetaStation.

Whoops, my bad, I missed that. Thanks!

Also, you don't usually need to create new subtypes for dir changes. You can set dir in SDMM by changing the variable for it.

Also my bad, I mixed up our practices with CM's (where map varedits are mostly frowned upon and they just use subtypes).