ok I'm tired. Cleaning duplicated procs part 2

This commit is contained in:
Adrian Dias
2019-11-11 21:10:35 -03:00
parent dd68eecf51
commit 4122bcae07
30 changed files with 44 additions and 552 deletions

View File

@@ -116,9 +116,6 @@
/datum/runtimeError/TypeMismatch/unary/New(op, a)
message = "Type mismatch: [op]'[a]'"
/datum/runtimeError/TypeMismatch/New(op, a, b)
message = "Type mismatch: '[a]' [op] '[b]'"
/datum/runtimeError/UnexpectedReturn
name = "UnexpectedReturnError"
message = "Unexpected return statement."