Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. ```
  2. [17:24:17] Runtime in , line : bad arg name 'location_override'
  3. proc name: can fall (/mob/living/carbon/human/can_fall)
  4. usr: Clayton Hill (/mob/living/carbon/human) ([0x300011a]) (the open space) (65,107,4) (/turf/simulated/open) (tergun)
  5. usr.loc: The open space (/turf/simulated/open) ([0x10227d0]) (65,107,4) (/area/hallway/primary/seconddeck/center)
  6. src: Clayton Hill (/mob/living/carbon/human)
  7. src.loc: the open space (65,107,4) (/turf/simulated/open)
  8. call stack:
  9. Clayton Hill (/mob/living/carbon/human): can fall(null)
  10. Clayton Hill (/mob/living/carbon/human): begin falling(the deck (64,107,4) (/turf/simulated/floor/tiled/monotile), the deck (65,107,3) (/turf/simulated/floor/tiled))
  11. Clayton Hill (/mob/living/carbon/human): fall(the deck (64,107,4) (/turf/simulated/floor/tiled/monotile))
  12. the open space (65,107,4) (/turf/simulated/open): Entered(Clayton Hill (/mob/living/carbon/human), the deck (64,107,4) (/turf/simulated/floor/tiled/monotile))
  13. Clayton Hill (/mob/living/carbon/human): Move(the open space (65,107,4) (/turf/simulated/open), 4, null)
  14. Clayton Hill (/mob/living/carbon/human): Move(the open space (65,107,4) (/turf/simulated/open), 4, null)
  15. Clayton Hill (/mob/living/carbon/human): Move(the open space (65,107,4) (/turf/simulated/open), 4, null)
  16. Clayton Hill (/mob/living/carbon/human): Move(the open space (65,107,4) (/turf/simulated/open), 4, null)
  17. Clayton Hill (/mob/living/carbon/human): Move(the open space (65,107,4) (/turf/simulated/open), 4, null)
  18. Clayton Hill (/mob/living/carbon/human): Move(the open space (65,107,4) (/turf/simulated/open), 4, null)
  19. Clayton Hill (/mob/living/carbon/human): Move(the open space (65,107,4) (/turf/simulated/open), 4)
  20. Clayton Hill (/mob/living/carbon/human): Move(the open space (65,107,4) (/turf/simulated/open), 4)
  21. /datum/movement_handler/mob/mo... (/datum/movement_handler/mob/movement): DoMove(4, Clayton Hill (/mob/living/carbon/human), 0)
  22. Clayton Hill (/mob/living/carbon/human): DoMove(4, Clayton Hill (/mob/living/carbon/human), 0)
  23. Clayton Hill (/mob/living/carbon/human): SelfMove(4)
  24. Tergun (/client): Move(the open space (65,107,4) (/turf/simulated/open), 4)
  25. Tergun (/client): .moveright()
  26. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement