mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Mecha DNA fix
Fixes the invalid DNA error on mechs after dna locks.
This commit is contained in:
@@ -987,7 +987,7 @@
|
||||
return
|
||||
var/passed
|
||||
if(src.dna)
|
||||
if (user.stat || !ishuman(user))
|
||||
if (user.stat || ishuman(user))
|
||||
if(user.dna.unique_enzymes==src.dna)
|
||||
passed = 1
|
||||
else if(src.operation_allowed(user))
|
||||
|
||||
Reference in New Issue
Block a user