From bcf66850c18be384b9db6287fc7b4b8fa9e1c57a Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Fri, 9 Apr 2021 02:25:48 -0400 Subject: [PATCH] Update 15_misc.dm --- code/modules/nifsoft/software/15_misc.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/nifsoft/software/15_misc.dm b/code/modules/nifsoft/software/15_misc.dm index bf98451bac..79592fa030 100644 --- a/code/modules/nifsoft/software/15_misc.dm +++ b/code/modules/nifsoft/software/15_misc.dm @@ -134,13 +134,7 @@ to_chat(nif.human,"The safety features of the NIF Program prevent you from choosing this size.") return else -<<<<<<< HEAD - if(nif.human.resize(new_size/100)) -||||||| parent of 4c52a2cdd4... Merge pull request #10095 from ShadowLarkens/better_resize_guard - if(nif.human.resize(new_size/100, ignore_prefs = TRUE)) -======= if(nif.human.resize(new_size/100, uncapped=nif.human.has_large_resize_bounds(), ignore_prefs = TRUE)) ->>>>>>> 4c52a2cdd4... Merge pull request #10095 from ShadowLarkens/better_resize_guard to_chat(nif.human,"You set the size to [new_size]%") nif.human.visible_message("Swirling grey mist envelops [nif.human] as they change size!","Swirling streams of nanites wrap around you as you change size!") spawn(0)