mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-25 05:36:47 +01:00
5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
/obj/item/tank/ComponentInitialize()
|
|
. = ..()
|
|
if(tank_holder_icon_state)
|
|
AddComponent(/datum/component/container_item/tank_holder, tank_holder_icon_state)
|