ParadiseSS13/Paradise

The *sign emote accepts any number outside its stated 0-10 range

Geschlossen

#30.940 geöffnet am 09.11.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)DM (1.313 Forks)batch import
Good First IssueOversight

Repository-Metriken

Stars
 (445 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 13T 5h) (90 gemergte PRs in 30 T)

Beschreibung

BYOND Version

516.1669

Issue Description

The *help list states: "sign[-number(0-10)]", which implies that only numbers between 0 and 10 can be used. Instead, it accepts any kind of number, including numbers outside the 0-10 range.

What did you expect to happen?

I expected to only be able to use numbers between 0 and 10.

What happened instead?

I was able to use any number, including negative numbers and decimals, though I don't know if being able to use decimals is intended or not.

Why is this bad/What are the consequences?

The *help list shouldn't lie to the player.

Steps to reproduce the issue.

Say "*sign-#" where # is any number you want. Notice that you can sign numbers such as -100000 or 9999999999999.

When did the problem start happening?

I only used the sign emote for the first time today.

Extra information

The sign emote was re-added in #29872

Relevant log output/runtime error

Contributor Guide