[MIRROR] Adds Borg Pickup (#10635)

Co-authored-by: Ectype <iciclefolf@gmail.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-13 03:26:02 +02:00
committed by GitHub
co-authored by Ectype Cameron Lennox Kashargul
parent 5513b834f1
commit 8091f5ac0b
2 changed files with 32 additions and 5 deletions
+4
View File
@@ -14,6 +14,10 @@
/mob/living/carbon/human
holder_type = /obj/item/holder/micro
// Let the robots have some fun too
/mob/living/silicon/robot
holder_type = /obj/item/holder/micro
// The reverse lookup of player_sizes_list, number to name.
/proc/player_size_name(var/size_multiplier)
// (This assumes list is sorted big->small)