Merge pull request #9181 from Runa-Dacino/NIF-MassAlteration-Option-No

Makes it possible to cancel out of Mass Alteration
This commit is contained in:
Verkister
2020-10-18 15:22:17 +03:00
committed by GitHub
+1 -1
View File
@@ -127,7 +127,7 @@
/datum/nifsoft/sizechange/activate()
if((. = ..()))
var/new_size = input("Put the desired size (25-200%)", "Set Size", 200) as num
var/new_size = input("Put the desired size (25-200%)", "Set Size", 200) as num|null
if (!ISINRANGE(new_size,25,200))
to_chat(nif.human,"<span class='notice'>The safety features of the NIF Program prevent you from choosing this size.</span>")