Adds Borg Pickup (#17474)

* Adds silicon pickup and associated toggle.

* FALSE, not null for startval

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Ectype
2025-04-12 12:30:37 -05:00
committed by GitHub
parent 9c8bacd22a
commit 22e8619432
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)