mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-24 21:58:30 +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)
|