mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
[MIRROR] Split NO_SCAN into two flags (#10420)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
f862d60640
commit
15a65537e9
@@ -23,7 +23,7 @@
|
||||
to_chat(usr,span_warning("Target already has a NIF."))
|
||||
return
|
||||
|
||||
if(H.species.flags & NO_SCAN)
|
||||
if(H.species.flags & NO_DNA)
|
||||
new /obj/item/nif/authenticbio(H)
|
||||
else
|
||||
new /obj/item/nif/authentic(H)
|
||||
|
||||
Reference in New Issue
Block a user