NTStation / NTstation13

NTstation13 - A version of Spacestation13, forked from /tg/station13.
36 stars 198 forks source link

Destroying angel runtime errors #875

Closed ghost closed 10 years ago

ghost commented 10 years ago

Using a plant analyser on a destroying angel:

runtime error: Cannot execute null.get reagent amount().
proc name: attackby (/obj/item/weapon/reagent_containers/food/snacks/grown/attackby)
  source file: grown.dm,49
  usr: Shayla Roadman (/mob/living/carbon/human)
  src: the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel)
  call stack:
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): attackby(the plant analyzer (/obj/item/device/analyzer/plant_analyzer), Shayla Roadman (/mob/living/carbon/human))
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): attackby(the plant analyzer (/obj/item/device/analyzer/plant_analyzer), Shayla Roadman (/mob/living/carbon/human))
Shayla Roadman (/mob/living/carbon/human): ClickOn(the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel), "icon-x=10;icon-y=20;left=1;scr...")
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): Click(the floor (134,111,1) (/turf/simulated/floor), "mapwindow.map", "icon-x=10;icon-y=20;left=1;scr...")
runtime error: Cannot execute null.get reagent amount().
proc name: attackby (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel/attackby)
  source file: grown.dm,805
  usr: Shayla Roadman (/mob/living/carbon/human)
  src: the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel)
  call stack:
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): attackby(the plant analyzer (/obj/item/device/analyzer/plant_analyzer), Shayla Roadman (/mob/living/carbon/human))
Shayla Roadman (/mob/living/carbon/human): ClickOn(the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel), "icon-x=10;icon-y=20;left=1;scr...")
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): Click(the floor (134,111,1) (/turf/simulated/floor), "mapwindow.map", "icon-x=10;icon-y=20;left=1;scr...")
runtime error: Cannot execute null.get reagent amount().
proc name: attackby (/obj/item/weapon/reagent_containers/food/snacks/grown/attackby)
  source file: grown.dm,49
  usr: Shayla Roadman (/mob/living/carbon/human)
  src: the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel)
  call stack:
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): attackby(the plant analyzer (/obj/item/device/analyzer/plant_analyzer), Shayla Roadman (/mob/living/carbon/human))
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): attackby(the plant analyzer (/obj/item/device/analyzer/plant_analyzer), Shayla Roadman (/mob/living/carbon/human))
Shayla Roadman (/mob/living/carbon/human): ClickOn(the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel), "icon-x=10;icon-y=20;left=1;scr...")
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): Click(the floor (134,111,1) (/turf/simulated/floor), "mapwindow.map", "icon-x=10;icon-y=20;left=1;scr...")
runtime error: Cannot execute null.get reagent amount().
proc name: attackby (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel/attackby)
  source file: grown.dm,805
  usr: Shayla Roadman (/mob/living/carbon/human)
  src: the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel)
  call stack:
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): attackby(the plant analyzer (/obj/item/device/analyzer/plant_analyzer), Shayla Roadman (/mob/living/carbon/human))
Shayla Roadman (/mob/living/carbon/human): ClickOn(the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel), "icon-x=10;icon-y=20;left=1;scr...")
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): Click(the floor (134,111,1) (/turf/simulated/floor), "mapwindow.map", "icon-x=10;icon-y=20;left=1;scr...")

Attempting to feed an Unknown human a destroying angel:

runtime error: Cannot read null.total_volume
proc name: attack (/obj/item/weapon/reagent_containers/food/snacks/attack)
  source file: snacks.dm,46
  usr: Shayla Roadman (/mob/living/carbon/human)
  src: the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel)
  call stack:
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): attack(Unknown (/mob/living/carbon/human), Shayla Roadman (/mob/living/carbon/human), null)
Unknown (/mob/living/carbon/human): attackby(the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel), Shayla Roadman (/mob/living/carbon/human))
Unknown (/mob/living/carbon/human): attackby(the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel), Shayla Roadman (/mob/living/carbon/human))
Shayla Roadman (/mob/living/carbon/human): ClickOn(Unknown (/mob/living/carbon/human), "icon-x=14;icon-y=16;left=1;scr...")
Unknown (/mob/living/carbon/human): Click(the floor (135,112,1) (/turf/simulated/floor), "mapwindow.map", "icon-x=14;icon-y=16;left=1;scr...")
runtime error: Cannot read null.total_volume
proc name: attack (/obj/item/weapon/reagent_containers/food/snacks/attack)
  source file: snacks.dm,46
  usr: Shayla Roadman (/mob/living/carbon/human)
  src: the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel)
  call stack:
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): attack(Unknown (/mob/living/carbon/human), Shayla Roadman (/mob/living/carbon/human), null)
Unknown (/mob/living/carbon/human): attackby(the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel), Shayla Roadman (/mob/living/carbon/human))
Unknown (/mob/living/carbon/human): attackby(the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel), Shayla Roadman (/mob/living/carbon/human))
Shayla Roadman (/mob/living/carbon/human): ClickOn(Unknown (/mob/living/carbon/human), "icon-x=14;icon-y=15;left=1;scr...")
Unknown (/mob/living/carbon/human): Click(the floor (135,112,1) (/turf/simulated/floor), "mapwindow.map", "icon-x=14;icon-y=15;left=1;scr...")
runtime error: Cannot read null.total_volume
proc name: attack (/obj/item/weapon/reagent_containers/food/snacks/attack)
  source file: snacks.dm,46
  usr: Shayla Roadman (/mob/living/carbon/human)
  src: the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel)
  call stack:
the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel): attack(Unknown (/mob/living/carbon/human), Shayla Roadman (/mob/living/carbon/human), null)
Unknown (/mob/living/carbon/human): attackby(the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel), Shayla Roadman (/mob/living/carbon/human))
Unknown (/mob/living/carbon/human): attackby(the destroying angel (/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/angel), Shayla Roadman (/mob/living/carbon/human))
Shayla Roadman (/mob/living/carbon/human): ClickOn(Unknown (/mob/living/carbon/human), "icon-x=16;icon-y=14;left=1;scr...")
Unknown (/mob/living/carbon/human): Click(the floor (135,112,1) (/turf/simulated/floor), "mapwindow.map", "icon-x=16;icon-y=14;left=1;scr...")
ike709 commented 10 years ago

pls no runtimes go away