[Ready Again]Refactors disabilities into lists, allowing for independent disability sources
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
if(verbose)
|
||||
to_chat(user, "<span class='warning'>[target] is not compatible with our biology.</span>")
|
||||
return
|
||||
if((target.disabilities & NOCLONE) || (target.disabilities & HUSK))
|
||||
if((target.has_disability(NOCLONE)) || (target.has_disability(NOCLONE)))
|
||||
if(verbose)
|
||||
to_chat(user, "<span class='warning'>DNA of [target] is ruined beyond usability!</span>")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user