mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] Temp disable textlimit warnings (#7519)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
co-authored by
Heroman3003
CHOMPStation2
parent
48a461d79c
commit
4d7cd78a7f
@@ -158,10 +158,6 @@
|
||||
set name = "Adjust Mass"
|
||||
set category = "Abilities" //Seeing as prometheans have an IC reason to be changing mass.
|
||||
|
||||
if(!resizable)
|
||||
to_chat(src, "<span class='warning'>You are immune to resizing!</span>")
|
||||
return
|
||||
|
||||
var/nagmessage = "Adjust your mass to be a size between 25 to 200% (or 1% to 600% in dormitories). (DO NOT ABUSE)"
|
||||
var/default = size_multiplier * 100
|
||||
var/new_size = tgui_input_number(usr, nagmessage, "Pick a Size", default, 600, 1)
|
||||
|
||||
Reference in New Issue
Block a user