Merge pull request #1655 from VOREStation/aro-bsjs

Bluespace Jumpsuit and remove arbitrary size changing
This commit is contained in:
Arokha Sieyes
2017-06-09 15:45:06 -04:00
committed by GitHub
4 changed files with 115 additions and 0 deletions
+4
View File
@@ -79,6 +79,8 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
/mob/living/carbon/human/dummy/mannequin/resize(var/new_size)
size_multiplier = new_size
/* Removed due to too many 'magic' characters having resizing 100% of the time.
Replaced with bluespace jumpsuit, and mass altering NIFSoft.
/**
* Verb proc for a command that lets players change their size OOCly.
* Ace was here! Redid this a little so we'd use math for shrinking characters. This is the old code.
@@ -104,6 +106,8 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
/hook/living_new/proc/resize_setup(mob/living/H)
H.verbs += /mob/living/proc/set_size
return 1
*/
/**
* Attempt to scoop up this mob up into H's hands, if the size difference is large enough.