BeeStation/BeeStation-Hornet

[Bug]: Timestop is smaller

Opened this issue · 5 comments

BYOND Version

No response

Round Date

2024/12/01

Round ID

50846

Test merges

#9124: 'Enable serverside 515.1614' by Crossedfall at commit 1b8f225789
#10897: '[PORT] Follows up TG's atom_hud system' by EvilDragonfiend at commit 51f8edef4f

Describe the bug

As of recent PRs, the timestop effect used in wizard spells and xenobiology is 3x3, while both the graphic and prior effect was 5x5.

What did you expect?

I expected the timestop effect to be 5x5

Reproducible steps

  1. Create a timestop effect
  2. Observe the smaller range of the stun and visual effect

This is likely an accidental port from TG since I heard someone made an ided PR there to make it smaller. Not sure what is likely to have caused it

It's possible that this effects all fields, including timestop, proximity and peacekeeper fields

it's probably the proximity PR, like a rounding error or some shit

In Byond, range works as
0: 1x1
1: 3x3
2: 5x5

It may have been changed with this to:
0: Invalid
1: 1x1
2: 3x3

This issue has been inactive for long enough to be automatically marked as stale. If this was a bug report and hasn't been addressed yet, and is still a problem, please don't hesitate to notify a maintainer.