Removes widescreen config (#91419)

19x15 forever, or 15x15 if you're non widescreen user.

Idek why this is a config
This commit is contained in:
John Willard
2025-06-21 22:38:18 -04:00
committed by Roxy
parent 4869f40874
commit 2a79d6424e
10 changed files with 22 additions and 38 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(mind.current.key && !IS_FAKE_KEY(mind.current.key)) //makes sure we don't accidentally kick any clients
to_chat(usr, span_warning("Another consciousness is in your body...It is resisting you."))
return
client.view_size.setDefault(getScreenSize(client.prefs.read_preference(/datum/preference/toggle/widescreen)))//Let's reset so people can't become allseeing gods
client.view_size.resetToDefault()//Let's reset so people can't become allseeing gods
SStgui.on_transfer(src, mind.current) // Transfer NanoUIs.
if(mind.current.stat == DEAD && SSlag_switch.measures[DISABLE_DEAD_KEYLOOP])
to_chat(src, span_warning("To leave your body again use the Ghost verb."))