mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Preleminary work on robolimbs. Expect more soon.
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
if (prob(mut_prob))
|
||||
var/list/datum/organ/external/candidates = list()
|
||||
for (var/datum/organ/external/O in organs)
|
||||
if(O.status & ORGAN_ROBOT) continue
|
||||
if(!(O.status & ORGAN_MUTATED))
|
||||
candidates |= O
|
||||
if (candidates.len)
|
||||
|
||||
Reference in New Issue
Block a user