[MIRROR] Removes ComponentInitialize() [MDB IGNORE] (#15552)

* Removes ComponentInitialize()

* Fixes a leftover merge conflict marker

* Fixes the oversight that came from the upstream merge skew

* Fixes all of the instances where we used ComponentInitialize() when we shouldn't've been

* Fixes CI being broken because of the HEV suits

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
SkyratBot
2022-08-12 19:05:09 -04:00
committed by GitHub
co-authored by John Willard GoldenAlpharex
parent bc24060f85
commit ae708cd7b5
129 changed files with 267 additions and 435 deletions
@@ -321,7 +321,7 @@
greyscale_colors = null
insert_type = /obj/item/toy/crayon/rainbow
/obj/item/modular_computer/tablet/pda/clown/ComponentInitialize()
/obj/item/modular_computer/tablet/pda/clown/Initialize(mapload)
. = ..()
AddComponent(/datum/component/slippery/clowning, 120, NO_SLIP_WHEN_WALKING, CALLBACK(src, .proc/AfterSlip), slot_whitelist = list(ITEM_SLOT_ID, ITEM_SLOT_BELT))
AddComponent(/datum/component/wearertargeting/sitcomlaughter, CALLBACK(src, .proc/after_sitcom_laugh))