Skip to content

Forensics Console Fix #2

Rob Nelson requested to merge pull/6771/Computer-Fix-2 into Bleeding-Edge

Created by: Sircrab

Added a check to set_broken so that the Forensics console spits out whatever was inside of it before dying.

Also about the book that spawns with the console, due to the nature of computer repairs in which a New() call is made. Someone could potentially break their computer and fix it repeteadly to get free books. Setting the spawn of the book inside the initialize() method doesn't work either because the New() call from computer makes a call to initialize from there. This might be kind of a band-aid fix, but perhaps the book could be spawned inside the detective's room as a part of the map and not with the computer?

Merge request reports