Fixing old and new issues alike. (#12281)

This commit is contained in:
Ghom
2020-05-17 16:47:53 -07:00
committed by GitHub
parent 12ac08d7c5
commit d8d59e5052
8 changed files with 17 additions and 20 deletions
-3
View File
@@ -1,9 +1,6 @@
//THIS FILE CONTAINS CONSTANTS, PROCS, AND OTHER THINGS//
/////////////////////////////////////////////////////////
/mob/proc/setClickCooldown(var/timeout)
next_move = max(world.time + timeout, next_move)
/proc/get_matrix_largest()
var/matrix/mtrx=new()
return mtrx.Scale(2)