mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 09:03:53 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user