mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Revert the workaround for byond version 1537. Bump min version for travis (#15118)
* Revert "Makes code 513.1537 compliant (#15093)"
This reverts commit 5ccbbf1192.
* bump version
This commit is contained in:
+1
-2
@@ -1248,8 +1248,7 @@
|
||||
if(has_antag_datum(/datum/antagonist/traitor/contractor))
|
||||
return
|
||||
var/datum/antagonist/traitor/T = has_antag_datum(/datum/antagonist/traitor)
|
||||
var/memory
|
||||
memory = T?.antag_memory // Need to preserve the codewords and such
|
||||
var/memory = T?.antag_memory // Need to preserve the codewords and such
|
||||
// Replace the traitor datum by a contractor one
|
||||
remove_antag_datum(/datum/antagonist/traitor)
|
||||
C = new()
|
||||
|
||||
Reference in New Issue
Block a user