Skip to content

virus runtime

Rob Nelson requested to merge pull/13820/ian into Bleeding-Edge

Created by: Zth--

Hopefully fixes a runtime with viruses and simple animals

[07:00:46] Runtime in helpers.dm,133: undefined variable /mob/living/simple_animal/corgi/Ian/var/virus2
  proc name: spread disease to (/proc/spread_disease_to)
  src: null
  call stack:
  spread disease to(Anthony Aggley (/mob/living/carbon/human), Ian (/mob/living/simple_animal/corgi/Ian), "Airborne")
  Anthony Aggley (/mob/living/carbon/human): breathe()
  Anthony Aggley (/mob/living/carbon/human): Life()
  Mob (/datum/subsystem/mob): fire(1)
  Master (/datum/controller/master): RunQueue()
  Master (/datum/controller/master): Loop()
  Master (/datum/controller/master): StartProcessing()

Merge request reports