mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
@@ -198,9 +198,7 @@ var/global/const/base_law_type = /datum/ai_laws/nanotrasen
|
|||||||
var/index = laws.Find(law)
|
var/index = laws.Find(law)
|
||||||
if(index)
|
if(index)
|
||||||
laws -= law
|
laws -= law
|
||||||
world << state.len
|
|
||||||
for(index, index < state.len, index++)
|
for(index, index < state.len, index++)
|
||||||
world << index
|
|
||||||
state[index] = state[index+1]
|
state[index] = state[index+1]
|
||||||
sorted_laws.Cut()
|
sorted_laws.Cut()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user