mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 12:36:22 +01:00
Implements my own comment suggestions and updates Travis' macro count.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
/obj/structure/alien/egg/New()
|
||||
..()
|
||||
processing_objects |= src
|
||||
processing_objects += src
|
||||
|
||||
/obj/structure/alien/egg/Destroy()
|
||||
processing_objects -= src
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
/obj/structure/alien/node/New()
|
||||
..()
|
||||
processing_objects |= src
|
||||
processing_objects += src
|
||||
|
||||
/obj/structure/alien/node/Destroy()
|
||||
processing_objects -= src
|
||||
|
||||
Reference in New Issue
Block a user