Merge pull request #9714 from Ghommie/Ghommie-cit315

Fixing a few throw_at calls and modular computer processors Init.
This commit is contained in:
kevinz000
2019-11-10 11:28:26 -07:00
committed by GitHub
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -499,7 +499,7 @@
SEND_SOUND(L, sound(pick('sound/hallucinations/turn_around1.ogg','sound/hallucinations/turn_around2.ogg'),0,1,50))
flash_color(L, flash_color="#960000", flash_time=20)
L.Knockdown(40)
L.throw_at(throwtarget, 5, 1,src)
L.throw_at(throwtarget, 5, 1)
return 0
/obj/machinery/door/airlock/cult/proc/conceal()