Merge pull request #6022 from Crazylemon64/comp3_machine_fix

Computer3 machines no longer set the user's machine to a datum
This commit is contained in:
Fox McCloud
2016-12-23 22:19:13 -05:00
committed by GitHub
3 changed files with 0 additions and 3 deletions

View File

@@ -45,7 +45,6 @@
if(!computer.cardslot)
computer.Crash(MISSING_PERIPHERAL)
return
usr.set_machine(src)
scan = computer.cardslot.reader
if(!interactable())
return

View File

@@ -48,7 +48,6 @@
if(!computer.cardslot)
computer.Crash(MISSING_PERIPHERAL)
return
usr.set_machine(src)
scan = computer.cardslot.reader
if(computer.cardslot.dualslot)

View File

@@ -11,7 +11,6 @@
var/alarms = list("Fire"=list(), "Atmosphere"=list(), "Power"=list())
interact(mob/user)
usr.set_machine(src)
if(!interactable())
return
var/dat = "<HEAD><TITLE>Current Station Alerts</TITLE><META HTTP-EQUIV='Refresh' CONTENT='10'></HEAD><BODY>\n"