mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
@@ -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