mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
[MIRROR] Missing nulltest on detective tool (#12497)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
abfe67eae2
commit
84ca206fa9
@@ -68,7 +68,7 @@
|
||||
return 0
|
||||
|
||||
//General
|
||||
if (!A.forensic_data?.has_prints() && !A.forensic_data?.has_fibres() && !A.forensic_data.has_blooddna())
|
||||
if (!A.forensic_data?.has_prints() && !A.forensic_data?.has_fibres() && !A.forensic_data?.has_blooddna())
|
||||
user.visible_message("\The [user] scans \the [A] with \a [src], the air around [user.gender == MALE ? "him" : "her"] humming[prob(70) ? " gently." : "."]" ,\
|
||||
span_warning("Unable to locate any fingerprints, materials, fibers, or blood on [A]!"),\
|
||||
"You hear a faint hum of electrical equipment.")
|
||||
|
||||
Reference in New Issue
Block a user