mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
Merge pull request #1655 from VOREStation/aro-bsjs
Bluespace Jumpsuit and remove arbitrary size changing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user