Shredder Movement & Law Controller (#1700)

Paper shredders can now be detached from the floor with a wrench and moved about.
Refactored the law process to not be a process - it didn't tick anyways.
This commit is contained in:
Lohikar
2017-02-03 16:15:49 -06:00
committed by skull132
parent 2c280c8341
commit 6a1fecbd2a
6 changed files with 47 additions and 33 deletions

View File

@@ -94,5 +94,8 @@ datum/controller/game_controller/proc/setup_objects()
//Set up spawn points.
populate_spawn_points()
// Setup laws.
global.corp_regs = new
admin_notice("<span class='danger'>Initializations complete.</span>", R_DEBUG)
sleep(-1)