Merge branch 'Ghommie-cit265' of https://github.com/Ghommie/Citadel-Station-13 into Ghommie-cit435

This commit is contained in:
Ghommie
2019-12-06 19:05:50 +01:00
122 changed files with 553 additions and 437 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ All ShuttleMove procs go here
var/range = throw_force * 10
range = CEILING(rand(range-(range*0.1), range+(range*0.1)), 10)/10
var/speed = range/5
throw_at(target, range, speed)
safe_throw_at(target, range, speed)
/////////////////////////////////////////////////////////////////////////////////////