temp disable warnings

This commit is contained in:
Kashargul
2024-01-01 06:30:55 +01:00
committed by GitHub
parent 400187ced7
commit d4af0f059b
4 changed files with 6 additions and 6 deletions
-4
View File
@@ -154,10 +154,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)