A bunch of Initialize()s now have return values (#26464)

This commit is contained in:
Joan Lung
2017-04-25 10:51:40 +02:00
committed by AnturK
parent 39113655eb
commit dc0e007a23
40 changed files with 53 additions and 55 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)