A bunch of Initialize()s now have return values

This commit is contained in:
CitadelStationBot
2017-04-25 03:51:57 -05:00
parent 306e7c1cba
commit d931e5801c
39 changed files with 59 additions and 51 deletions
@@ -19,7 +19,7 @@
var/slowdown_open = 1
/obj/item/device/modular_computer/laptop/Initialize()
..()
. = ..()
// No running around with open laptops in hands.
SET_SECONDARY_FLAG(src, SLOWS_WHILE_IN_HAND)