Skip to content

Ghosthands

Rob Nelson requested to merge pull/12394/aaaaaaaaaaaaaaaaaaaaaaaaaa into Bleeding-Edge

Created by: BarneyGumball

Apparently Github can't detect tabbing diffs for shit in the files I removed relative pathing from. The actual changes in those files are:

syndicatebeacon.dm

  • line 23 : usr.set_machine -> user.set_machine
  • line 36 : Removed passing traitormob ref
  • line 48 : Replaced locate() and used usr instead

recuit.dm

  • line 23 : Replaced locate() for usr
  • line 24 : Add observer type check
  • line 197 : Removed passing observer ref

Merge request reports