Three fixes for the Runtime Errors topic.

- null.check_tile_graphic() in FEA_system
- "Cancel".network in /proc/camera_network_sort
- "d699999427062f612349cb4948a6eb...".len (Might not be fixed entirely, but I fixed one place that it was being set incorrectly)
This commit is contained in:
Uristqwerty
2012-02-12 13:54:52 -05:00
parent c0ba7f227d
commit 8e84ff57df
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ MASS SPECTROMETER
src.amount--
var/obj/item/weapon/f_card/F = new /obj/item/weapon/f_card( user.loc )
F.amount = 1
F.fingerprints = md5(M.dna.uni_identity)
F.fingerprints += md5(M.dna.uni_identity)
F.icon_state = "fingerprint1"
F.name = text("FPrintC- '[M.name]'")